Complete reference for the AngusJS REST API.
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.angusjs.xyz/v1/deploymentsGet your API key from the dashboard settings page.
/v1/deploymentsList all deployments
/v1/deploymentsCreate a new deployment
/v1/deployments/:idGet deployment details
/v1/projectsList all projects
/v1/projectsCreate a new project
/v1/projects/:idUpdate project settings
Check out our comprehensive API documentation or contact our support team.