Integrating with AI? If you are using ChatGPT, Claude, GitHub Copilot, Cursor, or any other AI assistant to build your integration, just feed them our AI Integration Skills Context (
/llms.txt) file. This gives the AI the exact API specifications, strict parameters, validation limits, and step-by-step workflow requirements so it can write your integration code instantly and accurately.Base URLs
Your base API origin is managed and provided by YPH. After activation, your org’s base URL and curl examples appear on the in-app Developer page.
What you can build
- Sync actors and digital samples from your PIM or DAM
- Upload seed videos via presigned URLs or direct HTTP/HTTPS links (automatic secure R2 stream-ingest)
- Queue face-replacement renders and poll for results
- Subscribe to
insta_swap.*events instead of email
What is not in scope (today)
- Collab, marketplace, or proof-of-post flows
- Self-serve account creation (
POST /v1/accounts) - Email notifications for API-enabled orgs (use webhooks)
Getting access
The YPH Public API is restricted to approved enterprise integration partners. Programmatic access is locked by default — you cannot self-serve API keys. Once your organization has been approved and activated:- Sign in to Your Product Here.
- Open the Developer page in your sidebar.
- Generate your API key (
yph_sk_live_…).
API keys are shown in full only once at creation/regeneration. Store them securely in your secrets manager.
Next steps
Enterprise installation
Onboarding, beta asset rules, and quality checklist.
Quickstart
Health check, account, and first authenticated call.
Authentication
Bearer tokens and key prefixes.
Webhooks
Signed events and endpoint verification.
API Reference
OpenAPI-generated endpoint docs.
