For the complete documentation index, see llms.txt. This page is also available as Markdown.

Assets

Upload image asset

post

Upload an image asset for use in wallet and issuer display contexts.

The request must be sent as multipart/form-data with a file part.

Authorizations
AuthorizationstringOptional
Bearer authentication header of the form Bearer <token>.
Body
filestring · binaryRequired
Responses
201

Image asset uploaded

application/json
post/assets/images

Get image asset

get

Retrieve image asset bytes by ID.

The response content type depends on the stored image format.

Authorizations
AuthorizationstringOptional
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
Responses
200

Image asset bytes

string · binaryOptional
get/assets/images/{id}

Last updated