cURL
curl --request GET \ --url https://api.spectropic.ai/v1/jobs/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "created", "output": { "jobId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "numSpeakers": 13, "language": "af", "inferenceStart": "2023-11-07T05:31:56Z", "inferenceEnd": "2023-11-07T05:31:56Z", "segments": [ { "start": 123, "end": 123, "text": "<string>", "speaker": "<string>", "avg_logprob": 123, "words": [ { "word": "<string>", "start": 123, "end": 123, "probability": 123 } ] } ] }, "model": "<string>", "action": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Get a job
API key authentication. Add your API key with format: Bearer <API_KEY>
OK
The response is of type object.
object