Resources
API Reference
API documentation for Setosys platform integrations and client-accessible endpoints.
⚠
API documentation in progress
Full interactive API documentation is being prepared. The endpoint reference below is a preview. For integration questions or early API access, contact us directly.
Endpoint Preview
Available endpoints
POSTsetosys.ai
/api/v1/projects/generate
Submit a generation prompt to create a new full-stack project
GETsetosys.ai
/api/v1/projects/:id/status
Poll the build and deployment status of a generated project
GETsetosys.ai
/api/v1/projects/:id/export
Export generated source code as a ZIP archive
POSTsetosys.ai
/api/v1/deployments/:id/restart
Restart a deployed application container
Authentication
API key authentication
All API requests require an API key passed in the Authorization header. API keys are generated from your account settings on setosys.ai.
# Example request
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://setosys.ai/api/v1/projects
Rate Limits
Default limits
Standard
60 requests / minute
Default for all accounts
Generation endpoints
5 concurrent jobs
Per account limit
Enterprise
Custom limits
Contact us for high-volume access
Need API access or have integration questions?
Contact us →