cURL
curl --request GET \ --url https://api.vidnavigator.com/v1/file/{file_id}/url \ --header 'X-API-Key: <api-key>'
{ "status": "success", "data": { "file_id": "<string>", "file_url": "<string>" } }
Get a temporary, signed URL to access the file directly
file_id
curl "https://api.vidnavigator.com/v1/file/file_abc123/url" \ -H "X-API-Key: YOUR_API_KEY"
{ "status": "success", "data": { "file_id": "file_abc123", "file_url": "https://signed.aws.url/file_abc123?exp=1700000000" } }
API key authentication. Include your VidNavigator API key in the X-API-Key header.
The ID of the file
File URL generated successfully
success
Show child attributes