Getting Started
API Keys
Operational best practices for API key lifecycle management.
Getting Started
Operational best practices for API key lifecycle management.
Use dedicated keys for development, staging, and production.
| Environment | Recommended Key Name | Notes |
|---|---|---|
| Production | prod-main | Strict monitoring and alerts |
| Staging | staging-main | Mirror production traffic shape |
| Development | dev-local | Lower quotas and sandbox workflows |
Use API Management page to monitor per-key call volume and last-used timestamp.
| Scope | Owner | Rotation Window |
|---|---|---|
| Production API | Platform Team | 30-90 days |
| Staging API | Engineering | On each release cycle |
| Developer Sandbox | Individual Dev | On role/offboarding change |
API Keys belongs to the Getting Started section and covers operational best practices for api key lifecycle management.
The page is written for developers and operators who need predictable video background removal behavior in production, not just a one-off demo request.
Before you promote this workflow, test it with at least one short clip, one longer clip, and one visually difficult clip from your actual product or customer segment.
For support and debugging, persist the original input reference, selected model, output format, credit usage, and final job status alongside your internal user or project id.
| Question | Answer |
|---|---|
| Is API Keys required for every integration? | Use it when the topic affects your setup, quality target, or operational workflow. |
| What should I test before going live? | Verify success, failure, timeout, retry, and insufficient-credit paths with realistic video files and the same output format you plan to ship. |
| How does this connect to the rest of the API? | Most workflows connect upload or source URL handling, job creation, status polling, output retrieval, usage tracking, and operational logging. |