API Overview
API Reference
API Overview
The Orbit AI REST API enables you to programmatically manage forms, retrieve submissions, and integrate with your applications.
Base URL
https://api.orbitforms.ai/v1Authentication
All API requests require authentication using a Bearer token in the Authorization header:
Authorization: Bearer YOUR_API_KEYAvailable Endpoints
Response Format
All responses are returned in JSON format with consistent structure:
{
"data": { ... },
"meta": {
"total": 100,
"page": 1,
"per_page": 20
}
}