Skip to main content
POST
/
google
/
drive
/
upload-to-meta
Upload Drive File to Meta
curl --request POST \
  --url https://api.adside.ai/google/drive/upload-to-meta \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "file_id": "<string>"
}
'

Authorizations

Authorization
string
header
required

API key (sk_live_*) — SHA256 hashed, looked up in Redis. Generate via the web app's workspace settings.

Body

application/json
file_id
string
required

Google Drive file ID to upload

Response

Upload result with Meta asset ID