Team & CustomAPI key authWebhooksOpenAPI

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/developer

For local development, set your API base URL in your environment configuration.

Example request
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.

  1. 01

    Upload source asset

    Presigned upload and confirm via the Assets API.

  2. 02

    Create video or split job

    Use idempotency keys for safe retries on job creation.

  3. 03

    Poll or listen for webhook

    Receive job.completed or job.failed on your HTTPS endpoint.

  4. 04

    Retrieve result

    Fetch job output via API paths included in webhook payloads.

  5. 05

    Track usage and credits

    Credits are consumed from your existing Flikly balance.

V1 capabilities

Stable, production-focused endpoints available today.

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.