Create an Anthropic message
Messages API
Create an Anthropic message
Anthropic-compatible Messages endpoint. Streaming is not currently supported.
POST
Create an Anthropic message
Documentation Index
Fetch the complete documentation index at: https://docs.sailresearch.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Anthropic-compatible idempotency header. Same semantics as Idempotency-Key; used on the /messages endpoint to match Anthropic's conventions.
Maximum string length:
255Body
application/json
Required range:
x >= 1Minimum array length:
1Required range:
0 <= x <= 1Required range:
0 <= x <= 1Streaming is not currently supported.
Available options:
false Optional string metadata. completion_window controls scheduling; completion_webhook/webhook_token configure completion webhooks.
Response
Anthropic-compatible message response.
Available options:
message Available options:
assistant Minimum array length:
1Available options:
end_turn, max_tokens, tool_use, stop_sequence, refusal