Authentication
The public resolve endpoint is open so you can build against real data today. Keys arrive with the versioned platform API, which unlocks higher limits, cross-creator clip search, and CPM lookup.
01Auth today
The resolve endpoint requires no authentication. Call it and you get real channel data back. It is rate limited per IP to keep it honest, so batch responsibly.
# the public resolve endpoint needs no key today
curl "https://liquidclips.app/api/resolve?url=@mkbhd"02API keys (coming)
The versioned API at api.liquidclips.app/v1 will use bearer keys (lc_live_... and lc_test_...) sent in the Authorization header. This is the shape it will take:
# how keyed requests will work on the versioned API
curl "https://api.liquidclips.app/v1/creators/@mkbhd" \
-H "Authorization: Bearer lc_live_your_key_here"The versioned API and keys are on the build path, not live. The endpoint above is illustrative. Join the waitlist to get a key the day it ships.
Get on the the platform API waitlist
This is on the build path, not live yet. Drop your email and Kade tells you the day it ships. No spam, one message.
03Rate limits
The public resolve endpoint is capped per IP and caches resolved channels for six hours, so repeat lookups of the same channel are free. Keyed tiers on the versioned API will raise those limits and add usage reporting.
