Skip to content

RapidAPI

Snap-lay is available on the RapidAPI marketplace. Subscribe there to use your RapidAPI key instead of a direct API key.

PlanPriceRequests/month
BasicFree10
Pro$5/mo1,500
Ultra$25/mo15,000

RapidAPI routes requests through their proxy. Use their host and your RapidAPI key:

Terminal window
curl -X POST https://snap-lay.p.rapidapi.com/v1/overlay \
-H "x-rapidapi-host: snap-lay.p.rapidapi.com" \
-H "x-rapidapi-key: your_rapidapi_key" \
-F "asset=@photo.jpg" \
-F "text=weekend mode activated" \
--output rendered.png

RapidAPI adds three headers to every request:

HeaderPurpose
x-rapidapi-proxy-secretVerifies the request came through RapidAPI
x-rapidapi-userYour RapidAPI username
x-rapidapi-subscriptionYour plan tier (BASIC, PRO, ULTRA)

The API uses these headers to identify you and apply the correct rate limits. You don’t need to set these manually — RapidAPI adds them automatically.