Build video automation into your product with the Flikly Developer API
Create assets, generate AI videos, split long-form recordings into clips, receive job webhooks, and track credits from your own backend.
API base URL
https://api.flikly.ai/api/v1/developerFor local development, set your API base URL in your environment configuration.
curl -s "https://api.flikly.ai/api/v1/developer/me" \ -H "Authorization: Bearer flk_live_YOUR_PREFIX_YOUR_SECRET"
Who it is for
Create production-safe automation from your backend for teams that need programmatic video workflows.
SaaS platforms embedding video automation
Media operations teams running batch pipelines
Internal automation and workflow tooling
Agencies and creative production pipelines
Enterprise teams on Team or Custom plans
Core workflows
A typical integration path from upload to delivery.
- 01
Upload source asset
Presigned upload and confirm via the Assets API.
- 02
Create video or split job
Use idempotency keys for safe retries on job creation.
- 03
Poll or listen for webhook
Receive job.completed or job.failed on your HTTPS endpoint.
- 04
Retrieve result
Fetch job output via API paths included in webhook payloads.
- 05
Track usage and credits
Credits are consumed from your existing Flikly balance.
V1 capabilities
Stable, production-focused endpoints available today.
Assets API
Upload and manage source media for jobs.
Video Jobs API
Text-to-video and image-to-video generation.
Split Jobs API
Split uploaded long-form recordings into clips.
Jobs API
Unified list and filter across job types.
Webhooks
job.completed and job.failed event delivery.
Usage API
Credits, rate limits, and organization metrics.
V1 scope boundaries
These capabilities are intentionally excluded from V1 to keep the API stable and production-safe.
- —Social publishing API
- —Ads API
- —URL/YouTube split input
- —SDK packages
- —Auto-recharge charging
- —Pro Limited API
Production notes
Recommendations for secure, reliable integrations.
API keys are server-side only — never embed in browser or mobile client code.
Uses existing Flikly credits; purchase more in main app billing.
Team and Custom plans only.
Verify webhook signatures on every delivery.
Use idempotency keys for safe retries when creating jobs.
Developer resources
Ready to integrate?
Documentation is public — no sign-in required. Sign in to the dashboard to create API keys, configure webhooks, and monitor usage for your organization.