Skip to main content
POST
/
uploads
/
image
Upload an image
curl --request POST \
  --url https://platform-api.anyspend.com/api/v1/uploads/image \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'

Authorizations

Authorization
string
header
required

API key passed as Bearer token. Keys start with asp_.

Body

multipart/form-data
file
file

Response

201

Image uploaded