POST a prompt, and read back the response.
Base URL
All requests go to:What you can do
Authenticate
Send your bearer token on every request.
Ask
Submit a prompt and get a response.
Quickstart
Make your first request in a couple of minutes.
Errors
Understand status codes and the error envelope.
Conventions
- Requests and responses are JSON (
Content-Type: application/json). - Authentication uses the
Authorization: Bearer <token>header. - Successful responses use
2xxstatus codes; failures use4xx/5xxwith a consistent error envelope.