Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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?