Documentation
API Version: v1
API Reference
Complete reference for all available API endpoints.
Version: 1.0.0Base URL: https://api.orchestraight.com
Authentication
All API endpoints require authentication using an API key. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYEndpoints
POST
/v1/coachGet AI coaching guidance for content generation
POST
/v1/generateGenerate sales content
Response Codes
| Code | Description |
|---|---|
| 200 | Success - Request completed successfully |
| 201 | Created - Resource created successfully |
| 400 | Bad Request - Invalid request parameters |
| 401 | Unauthorized - Invalid or missing API key |
| 403 | Forbidden - Insufficient permissions |
| 404 | Not Found - Resource not found |
| 429 | Too Many Requests - Rate limit exceeded |
| 500 | Internal Server Error - Something went wrong |