cURL
curl --request POST \ --url https://api-next.ofauth.com/v2/vault/batch \ --header 'Content-Type: application/json' \ --header 'apiKey: <api-key>' \ --header 'x-connection-id: <x-connection-id>' \ --data ' { "mediaIds": [ "<string>" ] } '
{ "items": [ { "id": "<string>", "type": "image", "duration": 123, "media": {} } ] }
Get multiple media items with all their quality variants and presigned URLs
Your OFAuth API key for authenticating requests.
1
100
Media items with all quality variants
Show child attributes
Was this page helpful?