API Reference

Complete reference for the AngusJS REST API.

Authentication
All API requests require authentication using API keys
curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.angusjs.xyz/v1/deployments

Get your API key from the dashboard settings page.

Deployments
Manage your application deployments
GET
/v1/deployments

List all deployments

POST
/v1/deployments

Create a new deployment

GET
/v1/deployments/:id

Get deployment details

Projects
Manage your projects and configurations
GET
/v1/projects

List all projects

POST
/v1/projects

Create a new project

PUT
/v1/projects/:id

Update project settings

Need Help?

Check out our comprehensive API documentation or contact our support team.