Assets API
5 endpoints
Asset upload, management, and retrieval.
Endpoint
/public/collection/{collectionId}/assetParameters
collectionIdpath
string
Required
Responses
200
Success400
Bad request401
Unauthorized404
Not foundEndpoint
/public/collection/{collectionId}/asset/{assetId}Parameters
collectionIdpath
string
Required
assetIdpath
string
Required
Responses
200
Success{
"schema": "AssetResponse"
}400
Bad request401
Unauthorized404
Not foundEndpoint
/public/collection/{collectionId}/product/{productId}/assetParameters
collectionIdpath
string
Required
productIdpath
string
Required
Responses
200
Success400
Bad request401
Unauthorized404
Not foundEndpoint
/public/collection/{collectionId}/product/{productId}/asset/{assetId}Parameters
collectionIdpath
string
Required
productIdpath
string
Required
assetIdpath
string
Required
Responses
200
Success{
"schema": "AssetResponse"
}400
Bad request401
Unauthorized404
Not foundEndpoint
/public/collection/{collectionId}/product/{productId}/proof/{proofId}/asset/{assetId}Parameters
collectionIdpath
string
Required
productIdpath
string
Required
proofIdpath
string
Required
assetIdpath
string
Required
Responses
200
Success{
"schema": "AssetResponse"
}400
Bad request401
Unauthorized404
Not found