curl --request POST \
--url https://api.ofauth.com/v2/vault-plus/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
curl --request POST \
--url https://api.ofauth.com/v2/vault-plus/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": {}
}
]
}1100Media items with all quality variants
Show child attributes
Was this page helpful?