Projects
Delete a project
Authorization
apiKey AuthorizationBearer <token>
API key from the console, ak_....
In: header
Path Parameters
project_id*string
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/projects/string"{ "deleted": true}Update a project PATCH
Previous Page
Run a hosted generation POST
Fetches the project's spec URL, generates every configured language, and stores each result in the project's history. Each language counts as one hosted generation. Does not open pull requests. Only URL-sourced projects can be regenerated this way; repository sources regenerate on push.