From first request to production, the path is simple and stays in your control.
Create an account and provision an API key for your environment. Keep your key secret and store it as an environment variable.
Call the unified API directly over HTTP, or use the SDK for your language. Adapt the examples below to your use case.
Move to production and choose a plan that matches your traffic. Usage scales automatically as your product grows.
Every request is authenticated with a bearer token — your API key. Provision separate keys per environment (development, staging, production) and rotate them whenever you need to.
Authorization header as a bearer token.Send an input describing the task and optional context. The API returns a structured response with the generated output you can use directly in your product.
Responses share a consistent shape so you can parse them the same way across capabilities. Each response includes the generated output and metadata about the request.
Deeper reference material is being expanded. Reach out anytime and our team will point you to what you need.
Endpoints, parameters, and response fields for the unified API.
Language SDKs that wrap the API with idiomatic helpers.
End-to-end walkthroughs for common integration patterns.
Email our team and we'll help you get unblocked.