Skip to main content
POST
Confirm Capture

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Rep-confirmed extraction → write a leads row.

The fields below are the editable result of the OCR confirm screen; capture_payload retains the raw OCR output for debugging and future model re-runs against the same S3 image.

card_id
string
required
Minimum string length: 1
name
string
required
Required string length: 1 - 200
title
string | null
company
string | null
company_domain
string | null
email
string | null
phone
string | null
linkedin
string | null
notes
string | null
tags
string[]
capture_payload
Capture Payload · object
source
enum<string>
default:scan_badge
Available options:
scan_badge,
scan_card,
manual

Response

Successful Response

The response is of type Response Confirm Capture Route Cards Captures Confirm Post · object.