Your first 200 OK in under five minutes.
The whole product fits on one page. Sign up, copy a key, hit api.souslab.site/v1/*.
- 01
- 02
Generate an API key
From the dashboard, click New API key. Copy it once — we only ever store the hash.
sk_live_a3F8… - 03
Make your first request
Set the Authorization header and call any v1 endpoint. Pure REST.
- 04
Watch your usage
Every response carries X-RateLimit-Limit, -Remaining, -Reset. The dashboard shows the same numbers in real time.
That whole list, condensed into one cURL.
api.souslab.site
curl https://api.souslab.site/v1/restaurants \
-H "Authorization: Bearer $SOUSLAB_API_KEY"● 200 OK · 38 ms