curl --request GET \
--url https://api.ofauth.com/v2/vault-plus/:mediaId \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <x-connection-id>'{
"id": "<string>",
"type": "image",
"duration": 123,
"media": {}
}Get a media item with all its quality variants and presigned URLs
curl --request GET \
--url https://api.ofauth.com/v2/vault-plus/:mediaId \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <x-connection-id>'{
"id": "<string>",
"type": "image",
"duration": 123,
"media": {}
}1Was this page helpful?