Skip to main content
POST
Detect Duplicates
This endpoint consumes AI credits. Each scan costs 3 credits for workspaces up to 10,000 records, 5 credits up to 100,000, and 10 credits beyond that. If the workspace balance is insufficient, the API returns 402 insufficient_credits.

Request

Headers

string
Optional UUID for retry deduplication. A 60-minute cache applies to the result.

Body Parameters

string
required
One of contact, company, or deal.
number
default:"0.85"
Minimum similarity score (0.0 - 1.0) for a pair to be flagged. Lower values surface more candidates; higher values reduce noise.
integer
default:"100"
Maximum number of duplicate pairs to return in a single response. Maximum 1000.
object
Optional additional filters: created_after (ISO 8601), tag, list_id.

Response

object
Responses include X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.

Example Response

Errors