POST
/
v1
/
media
/
output
curl --request POST \
  --url https://api.pyannote.ai/v1/media/output \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "<string>"
}'
{
  "url": "<string>"
}

Download

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

201
application/json

The response is of type object.