POST
/
v1
/
media
/
input

For cases when your file is not public accessible, you can upload your file to the pyannoteAI servers using this endpoint.

The 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.

Authorizations

Authorization
string
headerrequired

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

Body

application/json
url
string
required

The url should be in the form media://object-key where the object-key can be any alpha-numeric string. The object-key is unique to your account API token so there is no risk of collision with other users.

Maximum length: 255

Response

201 - application/json
url
string
required