Complete reference for the AngusJS REST API.
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.angusjs.xyz/v1/deployments
Get your API key from the dashboard settings page.
/v1/deployments
List all deployments
/v1/deployments
Create a new deployment
/v1/deployments/:id
Get deployment details
/v1/projects
List all projects
/v1/projects
Create a new project
/v1/projects/:id
Update project settings
Check out our comprehensive API documentation or contact our support team.