TokenFlowLab · Developer API
Build with OpenAI, Claude, and Grok through one API Key
Use OpenAI Responses, Chat Completions, Claude Messages, image generation, and Grok video generation from a single production base URL.
Five-minute quickstart
- Create an account and API Key.
- Set the base URL to
https://api.tokenflowlab.com/v1. - Send the key as
Authorization: Bearer <API_KEY>.
curl https://api.tokenflowlab.com/v1/responses \
-H "Authorization: Bearer $TOKENFLOW_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-5.6-sol","input":"Hello"}'