Proxy a chat completion request to the organization’s operator instance.
curl --request POST \
--url https://api.case.dev/operator/v1/chat/completions \
--header 'Authorization: Bearer <token>'API key starting with sk_case_
Chat completion response (may be streaming)
Was this page helpful?
curl --request POST \
--url https://api.case.dev/operator/v1/chat/completions \
--header 'Authorization: Bearer <token>'