Base URL
Authentication
All endpoints require API key authentication via theAuthorization header:
Available Endpoints
Chat Completions
Create chat completions with streaming support.
Embeddings
Generate text embedding vectors.
Batches
Create and manage batch processing jobs.
Files
Upload and manage files for batch processing.
Workflows
Execute server-side workflows.
Prompts
Run published prompt templates via API.
OpenAI SDK Compatibility
Because the Traceport Gateway is OpenAI-compatible, you can use standard SDKs by simply changing thebase_url:

