Skip to main content
POST
Start Enrichment Chat

Authorizations

Authorization
string
header
required

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

Response

Successful Response

Enhanced response model for enrichment chat interactions.

session_id
string
required

Session identifier

message
EnrichmentChatMessage · object
required

Assistant's response message

action
string | null

Action to trigger in frontend (e.g., 'requestUpload', 'startProcessing')

suggested_fields
string[] | null

Suggested fields to enrich based on user query

processing_status
Processing Status · object | null

Status of ongoing enrichment processing

credits_estimated
integer | null

Estimated credits required for suggested operations

rate_limit_remaining
integer | null

Remaining rate limit for user

response_time_ms
integer | null

Response time in milliseconds