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>
Status of the test
"OK"
Message of the test
"Test connection successful"
Was this page helpful?