API Reference Overview
Base URL
ext https://api.proai.io/v2
Authentication
All API requests require authentication via API key or Bearer token:
ash curl -H "Authorization: Bearer YOUR_API_KEY" https://api.proai.io/v2/pipelines
Response Format
All responses are JSON with standard envelope:
{
"status": "success",
"data": { ... },
"metadata": {
"total": 100,
"page": 1,
"per_page": 20
}
}
`
## See Also
- [Authentication](/docs/api-reference/authentication)
- [Rate Limits](/docs/api-reference/rate-limits)