Documentation

Get Started with Ragily

Everything you need to integrate web search and content extraction into your application.

Quick Start

Make your first API call in under a minute. Grab your API key from the dashboard and run:

# Search the web
curl https://api.ragily.com/v1/search \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{"query": "latest AI research papers", "num_results": 5}'

Authentication

All API requests require a Bearer token in the Authorization header. API keys are scoped to your account and can be managed from your dashboard.

Authorization: Bearer rgl_your_api_key_here

Endpoints

POST/v1/search

Search the web and return structured results with snippets, URLs, and metadata.

POST/v1/extract

Extract clean content from any URL. Returns markdown, metadata, and structured data.

Prefer an SDK?

We offer official client libraries for TypeScript, Python, and more.

View SDKs