API Overview
All endpoints are JSON over HTTPS and authenticated with Bearer API keys.
MethodEndpointDescriptionStatus
POST/v1/completeCode and text completion✅ AvailablePOST/v1/agent/fixAgentic bug fixing✅ AvailablePOST/v1/agent/reviewCode review✅ AvailableGET/v1/modelsList models✅ AvailableGET/api/usageDashboard usage stats (session auth)✅ AvailableCommon Request Headers
Authorization: Bearer nsc_live_YOUR_KEY Content-Type: application/json Accept: application/json
Common Response Fields
id: unique identifier for this response objectmodel: model used for generationusage: token counts for prompt and completioncreated_at: UTC timestamp for response creation
Authentication Reminder
Requests without a valid key return authentication_error. See Authentication for setup details.