Skip to main content
POST
/
socials
/
upload
Upload media
curl --request POST \
  --url https://api.crevio.co/v1/socials/upload \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>"
}
'
{
  "object": "<string>",
  "id": "<string>",
  "url": "<string>",
  "filename": "<string>",
  "content_type": "<string>",
  "size_bytes": 123,
  "thumbnail_url": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://crevio.co/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Body

application/json
url
string
required

Response

Uploaded media

object
string
required
id
string
required
url
string
required
filename
string | null
required
content_type
string | null
required
size_bytes
integer | null
required
thumbnail_url
string | null
required
created_at
string<date-time>
required