Developers

Everything you need to integrate RLVNCE into your applications, agents, and workflows.


Quick start

From zero to first search in four steps

terminal

# 1. Create a corpus

POST /v1/corpora { "name": "my-corpus" }

# 2. Add sources

POST /v1/corpora/{corpus_id}/sources { "url": "https://example.com" }

# 3. Trigger a crawl

POST /v1/corpora/{corpus_id}/crawls

# 4. Search

POST /v1/corpora/{corpus_id}/search { "query": "your search query" }

Ready to build?

Get your API key and start integrating in minutes.

Get your API key