Blopus.ai Docs
Get started

Quickstart

Create a key, then run your first search. Two steps, about a minute.

No card needed to start. A new account begins on the free trial with 400 credits — roughly 4,000 search results — and no expiry date. Terms are in the free trial.

1. Create an API key#

Sign in to the dashboard and create a key. Keys look like blp_live_… — copy it once and store it as a secret (an environment variable is ideal).

Create, rotate, and revoke keys anytime at blopus.ai/app.

Prefer the SDK? The Python client is live on PyPI as blopus:

2. Run your first search#

Send a POST to /v1/search with your query. Here it is in every flavor:

The response#

You get ranked results plus your remaining monthly quota:

That's it. Results come in blocks of 10 and each block is 1 credit, so this search cost 1. See how credits are counted. Explore the full Search parameters next, or wire up an agent with the MCP server.