Skip to content

API Docs

Build on the canvas

A REST API and plugin runtime for everything Vibely does — generation, exports, kits, and webhooks.

Quickstart

Create a generation, poll its status, and download the export bundle. Grab an API key from Settings → API keys — requests are scoped to your workspace.

POST /v1/generations
curl https://api.vibely.ai/v1/generations \  -H "Authorization: Bearer vib_sk_…" \  -d '{ "prompt": "Poster for launch night", "format": "poster", "brand_kit": "bk_solace" }'

Core endpoints

EndpointPurpose
/v1/generationsPrompt → frames, images, vectors, or code
/v1/projects/:id/exportPackage React, PNG, PDF, PPTX, or MP4
/v1/brand-kitsRead kits, tokens, and voice profiles
/v1/webhooksSubscribe to export.ready, approval.changed
TypeScript SDK Python SDK CLI GitHub Action

Automate the boring half of design.

Free plan · No credit card · Exports you own