Skip to main content
POST
Process File Enrichment

Authorizations

Authorization
string
header
required

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

Body

application/json

Request model for file enrichment processing.

session_id
string
required

Processing session ID

Minimum string length: 1
linkedin_urls
string[]
required

List of LinkedIn URLs to enrich

Required array length: 1 - 1000 elements
source_column
string
required

Name of the source column

Minimum string length: 1

Response

Successful Response

Response model for file enrichment processing.

job_id
string
required

Background job ID

session_id
string
required

Processing session ID

status
string
required

Processing status

Pattern: ^(queued|processing|completed|failed)$
message
string
required

Status message

urls_to_process
integer
required

Number of URLs to process

Required range: x >= 0
estimated_duration_minutes
integer | null

Estimated processing duration in minutes

credits_required
integer | null

Credits required for this operation

priority
string | null
default:normal

Job priority level