Skip to main content

Prerequisites

  1. Create an account — you’ll get 3 free credits to try the API
  2. Copy your API key from the dashboard
Your API key looks like rapi_live_a1b2c3d4... — keep it secret.

1. Submit a research request

Response (202 Accepted):

2. Poll for results

Research takes ~2-3 minutes. Poll every 4-5 seconds until status is completed or failed.

3. Use the results

When status is completed, the response includes the full intelligence report:
Don’t want to poll? Provide a callback_url in your research request and we’ll POST the results to your server when ready. See Webhooks.

What identifiers can I use?

You need at least one of these: Additional fields (phone, title, location, twitter_url) improve enrichment quality but aren’t required.

Test mode

Add "is_test": true to your request to get a dummy completed response without using credits. This is useful for testing your integration end-to-end.
The response returns immediately with status: "completed" and a test- prefixed task ID. Poll that task ID to get a realistic dummy intelligence report with sample icebreakers, professional info, and personal interests.
Test requests still require a valid API key for authentication, but no credits are deducted.

Next steps

Authentication

API key management and security best practices.

Webhooks

Get notified when research completes instead of polling.

Credits

Understand how credits and billing work.

API Reference

Full request/response schema documentation.