cURL
curl --request POST \ --url https://api.faces.sh/v1/compile/threads/{thread_id}/messages \ --header 'Content-Type: application/json' \ --data ' { "message": "<string>" } '
{ "thread_id": "<string>", "label": "<string>", "model": "<string>", "status": "<string>", "message": { "role": "<string>", "content": "<string>", "name": "<string>" }, "tokens_used": 123, "tokens_limit": 123 }
Send a user message to a compile thread and receive an assistant reply.
Successful Response
Shared shape for /start and /messages responses.
Show child attributes