Quickstart

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/*.

  1. 01

    Create an account

    Email + password. Verification link arrives in seconds. No card required.

    Sign up
  2. 02

    Generate an API key

    From the dashboard, click New API key. Copy it once — we only ever store the hash.

    sk_live_a3F8…
  3. 03

    Make your first request

    Set the Authorization header and call any v1 endpoint. Pure REST.

  4. 04

    Watch your usage

    Every response carries X-RateLimit-Limit, -Remaining, -Reset. The dashboard shows the same numbers in real time.

The call

That whole list, condensed into one cURL.

curl https://api.souslab.site/v1/restaurants \
  -H "Authorization: Bearer $SOUSLAB_API_KEY"
200 OK · 38 ms