Authenticate your application using client credentials to obtain an access token.
The returned token should be included in the Authorization header of subsequent requests:
Authorization: Bearer <access_token>
Tokens expire after the duration specified in expires_at. Request a new token before expiration.
Documentation Index
Fetch the complete documentation index at: https://docs.neuracall.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Authentication response containing access token and metadata
JWT access token to include in the Authorization header of subsequent requests
"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczovL25ldXJhY2FsbC5hdXRoMC5jb20vIn0..."
Unix timestamp (seconds) when the token expires. Request a new token before this time
1735689600
The audience identifier for this token
"https://api.neuracall.com/call-analysis"
Space-separated list of granted permission scopes
"read:call-analysis-requests write:call-analysis-request read:call-analysis-audio"