curl --request POST \
--url https://api.open.cx/media/upload \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"url": "<string>"
}curl --request POST \
--url https://api.open.cx/media/upload \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"url": "<string>"
}Was this page helpful?