Skip to main content
POST
/
media
/
upload
cURL
curl --request POST \
  --url https://api.open.cx/media/upload \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Default Response

id
string
required
url
string
required