Skip to main content
POST
/
v1
/
compile
/
threads
/
{thread_id}
/
make
Make Compile Thread
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

Successful Response

thread_id
string
required
status
string
required
chunks_total
integer
required