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.
API Reference
Every endpoint, with a playground
curl --request GET \ --url 'https://api.computer.stateset.app/api/v1/jobs/{job_id}/result' \ --header 'X-API-Key: YOUR_API_KEY'
{ "id": "string", "status": "string", "summary": "string", "error": "string", "artifacts": [ { "id": "string", "type": "string", "storage_key": "string", "url": "string" } ], "cost_usd": 1 }
Get structured result for a completed job.
JobResultResponse
Show ArtifactResponse
200
422