/answer endpoint.
Request Parameters
See the Answer API Reference for the full list of request parameters, their types, and whether they’re required. For how themodel tiers and response_format behave, see Answer concepts.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Options, parameters, and specifications for Seltz Answer
/answer endpoint.
model tiers and response_format behave, see Answer concepts.
{
"error": {
"type": "authentication_error",
"message": "Invalid API key provided."
}
}
| Status | Error Type | Description |
|---|---|---|
| 400 | validation_error | Invalid request parameters. |
| 401 | authentication_error | Invalid or missing API key. |
| 404 | — | Endpoint not found. |
| 429 | rate_limit_error | Too many requests. |
| 500 | server_error | Internal server error. |