cURL
curl --request POST \ --url https://api.vidnavigator.com/v1/file/{file_id}/retry \ --header 'X-API-Key: <api-key>'
{ "status": "success", "data": { "file_id": "<string>", "file_name": "<string>", "file_status": "<string>", "message": "<string>" } }
Retry processing for a file that previously failed or was cancelled
file_id
curl -X POST "https://api.vidnavigator.com/v1/file/file_abc123/retry" \ -H "X-API-Key: YOUR_API_KEY"
file_status
processing
{ "status": "success", "data": { "file_id": "file_abc123", "file_name": "failed_video.mp4", "file_status": "processing", "message": "File processing restarted successfully" } }
API key authentication. Include your VidNavigator API key in the X-API-Key header.
The ID of the file to retry
File processing restarted successfully
success
Show child attributes