Search1API
Advanced

Reasoning (Discontinued)

Discontinued. POST /v1/chat/completions returns 410 Gone and is no longer available. Do not build new integrations against this endpoint.

POST
/v1/chat/completions

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X POST "https://example.com/v1/chat/completions"
{  "error": "Reasoning API has been discontinued",  "message": "The legacy /v1/chat/completions reasoning endpoint is no longer available.",  "ok": false}