Kimara API Documentation
Build with the Kimara API to run AI workflows, manage assets, and integrate ComfyUI into your applications.
Welcome to the Kimara API documentation. Here you'll find guides and a complete API reference for integrating Kimara into your applications.
Quick Start
- Get your API key from the Kimara dashboard
- List available apps to find what you can run
- Make your first API call to run an app
- Upload assets for your workflows
API Reference
Browse the complete API reference for all endpoints:
| Endpoint | Method | Description |
|---|---|---|
/api/v1/apps | GET | List all apps your API key can access |
/api/v1/apps/:id | GET | Get app metadata and input schema |
/api/v1/apps/:id | POST | Run a published app |
/api/v1/runs/:id | GET | Poll a run for status and outputs |
/api/v1/assets | POST | Upload files for workflow inputs |
All endpoints are available at https://kimara.ai/api/v1/ and require an API key for authentication. See rate limits for usage quotas.