Examples

Integration examples

Copy-paste starter samples for Team and Custom integrations. Create an API key in the dashboard and never commit real secrets — use environment variables.

Note: Official SDK packages are not part of V1. These examples are maintained copy-paste starters alongside the OpenAPI specification.

Quickstart (curl)

curl

Shell scripts from verify context through job polling and webhooks.

  • examples/curl/01-me.sh
  • examples/curl/02-upload-asset.sh
  • examples/curl/03-create-video-job.sh
  • examples/curl/04-create-split-job.sh
  • examples/curl/05-poll-job.sh
  • examples/curl/06-create-webhook.sh

Node.js quickstart

Node

Server-side sample for assets, jobs, and API authentication.

  • examples/node/quickstart.js
Available in the repository under developers/

Python quickstart

Python

Python starter for the same core integration flow.

  • examples/python/quickstart.py
Available in the repository under developers/

Webhook signature verification

Node / Python

Validate job.completed and job.failed payloads with your signing secret.

  • examples/node/verify-webhook-signature.js
  • examples/python/verify_webhook_signature.py

Postman collection

Postman

Importable collection with environment placeholders for your API key.

  • examples/postman/flikly-developer-api.postman_collection.json
Available in the repository under developers/

Next steps