CopyMint NFT API
Initiate the CopyMint process for a new C2LC NFT through the `/v1/cl2c/copymint` endpoint.
⚠️ This content is not available in your language yet.
The POST /v1/cl2c/copymint
endpoint allows you to initiate the CopyMint process for a new C2LC NFT.
Endpoint
POST
/v1/cl2c/copymint
Initiate the CopyMint of a new C2LC NFT.
Parameters
Name | Type | Location | Required | Description |
---|---|---|---|---|
tenant | string | Header | Yes | Tenant ID for accessing this API. |
X-API-Key | string | Header | Yes | API Key ID for accessing this API. |
Request Body
Content Type: application/json
Example Request Body
Responses
Success (200)
Content Type: application/json
The response will return the ID of the newly minted NFT.
Example Response
Error Responses
For errors, ensure to check the status codes and messages returned in the response body, typically formatted as JSON. Error details will help in diagnosing issues with the request, such as invalid parameters or authentication failures.
Code Samples
Usage in Different Frameworks
Node.js Example