POST
/
title
/
{id}
/
fees
curl -X POST "https://api.cardinalgray.com/title/123e4567-e89b-12d3-a456-426614174000/fees" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "entryId": "123e4567-e89b-12d3-a456-426614174000",
  "job_status": "enriching"
}
This endpoint initiates fee calculation for a title entry by publishing a fee calculation event and updating the job status to “enriching”.

Path Parameters

id
string
required
The unique identifier of the title entry

Response

entryId
string
The ID of the title entry for which fees are being calculated
job_status
string
Updated job status, set to “enriching” after fee calculation is initiated
curl -X POST "https://api.cardinalgray.com/title/123e4567-e89b-12d3-a456-426614174000/fees" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "entryId": "123e4567-e89b-12d3-a456-426614174000",
  "job_status": "enriching"
}