cURL
curl --request GET \ --url http://voiceharbor.ai/api/jobs/{jobId}/content \ --header 'Authorization: Bearer <token>'
{ "jobContent": [ { "id": 123, "job_id": "<string>", "file_name": "<string>", "audio_duration": 123, "created_at": "2023-11-07T05:31:56Z" } ] }
Retrieves all content items for a given job.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the job
Job content retrieved successfully
The response is of type object.
object