GET
/
api
/
jobs
/
{jobId}
/
content
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

jobId
string
required

ID of the job

Response

200
application/json
Job content retrieved successfully
jobContent
object[]
required