cURL
curl --request GET \ --url https://api.faces.sh/v1/compile/documents/{doc_id}
{ "document_id": "<string>", "model": "<string>", "label": "<string>", "source": "<string>", "version": 123, "content": "<string>", "token_count": 123, "tokens_used": 123, "tokens_limit": 123, "synced": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Get a single compile document by ID.
Successful Response
Shared shape for submit, get, edit responses.