Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.anchorbrowser.io/v2/tasks/{taskId}/generation-status \ --header 'anchor-api-key: <api-key>'
{ "id": "<string>", "project_state": "<string>", "error": "<string>" }
Polls the status of an in-progress task generation.
API key passed in the header
Generation status retrieved successfully.
generating
ready
failed
Was this page helpful?