Yollomi LogoYollomi

OpenClaw Integration

Integrate Yollomi AI with OpenClaw to generate images and videos directly from your workflow.

Setup
Configure OpenClaw to use the Yollomi API

1. Get your API key

Create an API key from the Dashboard → API Keys.

2. Configure OpenClaw

# Add to your OpenClaw config
YOLLOMI_API_URL=https://yollomi.com
YOLLOMI_API_KEY=your_api_key_here

3. Use the unified endpoint

POST https://yollomi.com/api/v1/generate
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "type": "image",
  "modelId": "flux-schnell",
  "prompt": "Your prompt here",
  "aspectRatio": "1:1"
}
API Documentation - Yollomi AI Image & Video Generation