API Reference
Complete API documentation with endpoints, request/response models, authentication, and code examples.
API Endpoints
GET
/api/v1/docs/get-all-projects
Retrieve all available projects
POST
/api/v1/docs/upload-project
Upload a new project
GET
/api/v1/docs/get-project-docs
Get documentation for a specific project
Data Models
Project
{
"name": "string",
"size": "number",
"files": "array"
}