cURL
curl --request GET \ --url https://api.pyannote.ai/v1/test \ --header 'Authorization: Bearer <token>'
{ "status": "OK", "message": "Test connection successful" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object
Was this page helpful?