webhook
param is set, the results will be sent to the provided URL.
The webhook URL is where any update related to the voiceprint job will be sent.
The job output will be sent as a JSON object in the request body.
status
field in the job response to check if the job is completed.
Once the job is completed, you can retrieve the job results by accessing the output
field.
output
field contains the job results and is only available when the job
status is succeeded
. Job results are automatically deleted after 24
hours of job completion.status
field is either succeeded
, failed
, or canceled
.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The response is of type object
.