Developer
  • API Overview
  • Getting Started
    • Authentication
    • Xyxyx API Keys
    • Getting an API Key
    • Rates & Limits
    • Endpoint URLs
    • Networks
    • Tokenization Models
  • Explorer
  • API Endpoints
    • ERC-721F
      • Deploy Contract
      • Mint 1x1
      • Mint A4
    • ERC-721
      • Deploy Contract 1x1
      • Deploy Contract A4
      • Mint Token
    • ERC-404
      • Deploy Contract 1x1
      • Deploy Contract A4
    • Preview Token
      • 1x1
      • A4
  • Utilities
    • Authorization for wallet transactions
    • Function insights
    • Code samples
    • Xyxyx Web Components
      • Tokenizer
Powered by GitBook
On this page
  1. API Endpoints
  2. Preview Token

A4

Previous1x1NextAuthorization for wallet transactions

Last updated 2 months ago

Endpoint

POST /api/v1/preview-token-A4

Download an SVG file to preview an A4 token output


Headers

Name
Value

Content-Type

application/json

Authorization

or


Body

Name
Type
Description

tokenText

string

The text content that is stamped in the token output

walletPrivateKey

string

For authorizing wallet transaction

fontFamily

string (optional), defaults to serif

Font-family that is used in the token output text

documentTitle

string (optional)

Document title, displayed on the top of the first page

documentSubtitle

string (optional)

Document subtitle, displayed below the document title


Response

Downloads SVG file.

{
  "success": false,
  "status": "Failed to preview token: {error.message}"
}
{
  "success": false,
  "status": "The wallet does not own any valid Xyxyx API Key or XIN"
}
{
  "success": false,
  "status": "This wallet has already consumed its 24-hour request quota"
}
Xyxyx API Key
XIN