Prerequisites
- Create an account — you’ll get 3 free credits to try the API
- Copy your API key from the dashboard
rapi_live_a1b2c3d4... — keep it secret.
1. Submit a research request
2. Poll for results
Research takes ~2-3 minutes. Poll every 4-5 seconds untilstatus is completed or failed.
3. Use the results
Whenstatus is completed, the response includes the full intelligence report:
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.
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.