Skip to main content
POST
/
v1
/
compile
/
threads
/
{thread_id}
/
make
Compile Thread (Make)
curl --request POST \
  --url https://api.faces.sh/v1/compile/threads/{thread_id}/make
{
  "thread_id": "<string>",
  "status": "<string>",
  "chunks_total": 123
}

Headers

authorization
string | null

Path Parameters

thread_id
string
required

Response

Compilation started

thread_id
string
required
status
string
required

Always "preparing" on success

chunks_total
integer
required

Estimated number of chunks the thread will be split into