Playground

DocsYour account

Playground

Fire a real request at the API from this page and read the response.

Try a request

Pick an endpoint, pick a key, fill in what it needs and send it. This is the real API against your real library — a POST /bookmarks here saves a bookmark for real.

Parameters
GEThttps://api.webbites.io/v1/api/bookmarks
Requests go straight from your browser to the API with the key you pick — nothing is stored here.

What it is doing

The request goes straight from your browser to https://api.webbites.io/v1/api with the key you chose in the Authorization header — the same request the curl samples make. Nothing is proxied through this website and nothing is stored: reload the page and the key is gone.

The badges above the response are the rate limit headers that came back with it, so you can watch your remaining allowance tick down as you experiment.

Signed in? Your keys appear in the dropdown. Otherwise paste one — a key from any account works here, because the API only ever cares about the key.

When it fails

  • 0 Network error — the request never reached the API. Usually an extension or a network blocking the call, rather than anything wrong with the request itself.
  • 401 — the key is wrong, revoked, or was pasted with whitespace around it.
  • 429 — you are over a limit. The badges say which, and usage says how much is left.
  • Anything else — the body is shown verbatim; Errors covers what each status means.