================================================================================ API DOCUMENTATION Generated: 2026-09-17T00:57:06.479Z ================================================================================ BASE URL: https://prompting-ai.overskill.app AUTHENTICATION -------------- Bearer token required in Authorization header: Authorization: Bearer Get token via OAuth flow at: https://prompting-ai.overskill.app/auth CORE ENDPOINTS -------------- Authentication: GET /api/auth/me - Get current user info POST /api/auth/logout - Logout current session POST /api/auth/refresh - Refresh access token Entities: Shared_prompts: POST /api/entities/shared_prompts - Create new shared_prompts 1 additional private entity not shown. Authenticate with a Bearer token to see full entity documentation. Custom Endpoints: GET /api/share [Public] Public read-only fetch of one shared build spec by its unguessable id (for /share/:id links) INTEGRATIONS ------------ GET /api/composio/connections - List Composio connections POST /api/composio/execute - Execute Composio action Body: { action, params, provider, alias? }. `alias` names ONE of the signed-in user's own connected accounts for that provider (e.g. "Work Gmail"); omit it to use their default account. ANALYTICS --------- POST /api/analytics/record - Record analytics event BACKGROUND JOBS --------------- POST /api/backend/queue-job - Queue background job GET /api/backend/job-status/{id} - Get job status AI FEATURES ----------- POST /api/ai/chat - AI chat completion POST /api/ai/object - Generate structured JSON (schema-constrained) POST /api/ai/vision - Image/OCR understanding (base64 image -> text/JSON) POST /api/ai/embedding - Generate embeddings KNOWLEDGE BASE -------------- POST /api/rag/upload - Upload document POST /api/rag/query - Query knowledge base GET /api/rag/documents - List documents DELETE /api/rag/documents/{id} - Delete document -------------------------------------------------------------------------------- For detailed OpenAPI specification: https://prompting-ai.overskill.app/api/openapi.json For interactive docs: https://prompting-ai.overskill.app/api-docs