# API Documentation

Takumi API endpoint specifications are provided in OpenAPI format.

## OpenAPI Documentation

For detailed request/response schemas for each endpoint, including workflow-specific input and output specifications, see the OpenAPI documentation:

**[OpenAPI Documentation (JSON)](https://api.cloud.shisho.dev/v1/docs/openapi.json)**

## Base URL

The base URL for Takumi API is:

```
https://api.cloud.shisho.dev/v1/
```

All API endpoints use the `POST` method, and request bodies are in JSON format.
