Descovo authenticates every request using an API key that you include in the request body. This guide walks you through getting your key, making a test search, and understanding the response format.Documentation Index
Fetch the complete documentation index at: https://docs.descovo.com/llms.txt
Use this file to discover all available pages before exploring further.
Step 1: Get your API key
Sign up at descovo.com/sign-up. After registration, your API key is available in your dashboard. It starts withsk_live_.
Keep your API key secure. Do not commit it to source control or share it publicly.
Step 2: Make your first API call
The simplest way to test your key is a company search. Send aPOST request to /v1/company-search:
Step 3: Understand the response
Every Descovo response follows the same envelope structure:output.data— the array of resultsoutput.nextCursor— pass this back ascursorto get the next page;nullmeans no more resultschargeInfo.creditsCharged— how many credits this request consumed
Step 4: Check your credit balance
UseGET /v1/credits to see your remaining credits before running large queries:
Next steps
People Search
Find professionals by title, company, and location
Company Search
Discover companies with rich filter options
Contact Enrichment
Get emails and phone numbers for known profiles
Audience Workflow
Build and enrich large prospect lists at scale