OpenAPI specification
The Flikly Developer API is described in OpenAPI 3.0. Use it with Postman, Insomnia, code generators, or CI contract checks.
Download
- flikly-developer-api-v1.yaml (served from this portal)
- Source copy in the repository:
docs/openapi/flikly-developer-api-v1.yaml
Servers
- Production:
https://api.flikly.ai— paths are prefixed with/api/v1/developer - Local development: configure your API base URL in environment settings — do not use production keys against a local API unless intended.
Security
All documented routes use Authorization: Bearer flk_live_… or flk_test_…. API key management routes are portal-only (Clerk) and are intentionally excluded from the public spec.
Postman collection
Import developers/examples/postman/flikly-developer-api.postman_collection.json with environment variables base_url and flikly_api_key (placeholder values only).