Media Uploads
Media Upload Model
Attributes
Purpose
Each valid purpose has specific file format and size requirements.
Purpose | Description | Supported MIME Types | Max Size |
---|---|---|---|
asset-program-onboarding | A file used to onboard Asset Programs. | CSV | 50KB |
branding-logo | A logo used for any branding including Tokens and Businesses . | JPEG, PNG | 512KB |
Create a Media Upload experimental
This endpoint allows you to upload a file to Centrapay.
Attributes
-
file
object required -
purpose
string required
Errors
-
FILE_TYPE_INVALID
403 -
FILE_TOO_LARGE
403
curl -X POST \ https://service.centrapay.com/api/media-uploads \ -H 'content-type: multipart/form-data' \ -H 'x-api-key: <TOKEN>' \ -F purpose=branding-logo \ -F file=@/path/to/a/file.png
{ "id": "DKTs3U38hdhfEqwF1JKoT2"}
Get Media Upload Location experimental
This endpoint allows you to retrieve the upload location of a media file.
curl -X GET \ https://service.centrapay.com/api/media-uploads/DKTs3U38hdhfEqwF1JKoT2/location \ -H 'x-api-key: <TOKEN>'
{ "url": "https://media-upload.centrapay.com/image.png?jhbdsfau67ewejshb=487hsdjhbdgs743"}