Version: 1.0.0
AI SmartTalk Public API v1
Complete API documentation for AI SmartTalk platform.
Authentication
All endpoints require authentication via one of these methods:
Authorization: Bearer <API_TOKEN>- API token or integration tokenx-api-key: <API_KEY>- Alternative header for API key- Session cookie (for logged-in users)
Additionally, most endpoints require:
x-chat-model-id: <CHAT_MODEL_ID>- The chat model to operate on
CORS
All endpoints support CORS for browser-based clients when properly authenticated.
Rate Limiting
Please implement reasonable rate limiting on your side. Excessive requests may be throttled.
Authentication
- HTTP: Bearer Auth
- API Key: ChatModelId
API Token (Bearer token or x-api-key header)
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Chat Model ID
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | x-chat-model-id |