Kimara API Docs

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

  1. Get your API key from the Kimara dashboard
  2. List available apps to find what you can run
  3. Make your first API call to run an app
  4. Upload assets for your workflows

API Reference

Browse the complete API reference for all endpoints:

EndpointMethodDescription
/api/v1/appsGETList all apps your API key can access
/api/v1/apps/:idGETGet app metadata and input schema
/api/v1/apps/:idPOSTRun a published app
/api/v1/runs/:idGETPoll a run for status and outputs
/api/v1/assetsPOSTUpload 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.

On this page