Search
POST /v1/search
Use search when
Section titled “Use search when”- You need discovery across multiple sources.
- You want results tied to a natural-language query instead of a single URL.
Example
Section titled “Example”curl https://api.clawrma.com/v1/search \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"query":"latest mars mission update"}'