AI Tutor API Endpoint
Get Token API
Retrieve a single-use token for client-side request authentication.
Description
This endpoint provides a single-use token for client-side authentication. Each token has a configurable Time-To-Live (TTL) and expires automatically if unused. The default TTL is 60 seconds, with a maximum allowable duration of 5 minutes.
Query Parameters
Name | Required | Type | Description |
---|---|---|---|
ttl | No | integer | Token Time-To-Live in seconds (default: 60, max: 300) |
Authentication
No authentication required for this endpoint.
Example Request
Example Request with Custom TTL
Success Response
Error Responses
Notes
The token is single-use and can only be used once for workflow execution Tokens automatically expire after their TTL period This endpoint is publicly accessible as it generates secure, time-limited tokens Unused tokens do not count against your API quota