Developers
API Documentation
Build custom integrations with the NebulaFlow REST API.
Base URL: https://api.nebulaflow.app/v1
Authentication
All API requests require a Bearer token in the Authorization header. Generate API keys from your workspace settings.
Authorization: Bearer YOUR_API_KEYEndpoints
GET
/workflows
List all workflows in your workspace.
POST
/workflows
Create a new workflow automation.
GET
/tasks
Retrieve task execution history and status.
Rate Limits
API requests are limited to 1,000 requests per hour on Professional plans and 10,000 on Enterprise. Contact muhammad@roboticela.com for higher limits.