cURL
curl --request POST \ --url http://voiceharbor.ai/api/jobs/{jobId}/files/finalized \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "fileName": "<string>" } '
{ "exists": true }
Checks if a file is finalized.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the job
File details for checking existence
File existence status returned