Skip to main content
POST
/
ace
/
{ace_uid}
/
v1
/
chat
/
completions
cURL
curl --request POST \
  --url https://api.timbal.ai/ace/{ace_uid}/v1/chat/completions \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.timbal.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

ace_uid
string<uuid>
required

ACE uid (UUID).

Response

Upstream response (JSON or SSE depending on stream)