Skip to main content
1

Get an API key

Sign in at helve.dev with Google, GitHub, or email. Every new account starts with $2 of credits, no card required. On the API keys tab, name a key and create it. The full key is shown once; copy it somewhere safe.
2

Make a search

Send the key as a bearer token. Everything under /v1 uses the same header.
3

Read the response

Every response has the same envelope: which provider served it, the results, how the request was adjusted, and what it cost.
4

Pick a provider, or a panel

Add "provider": "tavily" to route to a specific engine, or "provider": "fusion" to merge several engines’ top picks. Nothing else in the request or response changes. See Providers and Fusion.

What next

Extract pages

Turn the URLs you found into clean markdown.

Transcribe audio

Submit a recording, poll a job, read the transcript.

Connect your agent

Helve is an MCP server. One command adds every tool to Claude Code or Cursor.

Use an SDK

TypeScript and Python clients typed from the same spec.