Skip to main content
POST
/
title
/
{id}
/
forms
curl -X POST "https://api.cardinalgray.com/title/123e4567-e89b-12d3-a456-426614174000/forms" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "entryId": "123e4567-e89b-12d3-a456-426614174000",
  "job_status": "generating_forms"
}
This endpoint initiates form generation for a title entry by publishing a form generation event and updating the job status to “generating_forms”. Forms are automatically generated when creating a title entry, but this endpoint allows you to manually trigger regeneration if account data has been updated or forms need to be recreated.

Path Parameters

id
string
required
The unique identifier (entryId) of the title entry

Response

entryId
string
The ID of the title entry for which forms are being generated
job_status
string
Updated job status, set to “generating_forms” after form generation is initiated

Forms Generated

Depending on the transaction type and state, this endpoint may generate:
  • Power of Attorney (POA) forms
  • Title Application forms
  • Lien Addition forms
  • Duplicate Title forms
  • Repossession Affidavit forms
  • Odometer Disclosure forms
  • VIN Verification forms
  • State-specific supplementary forms
curl -X POST "https://api.cardinalgray.com/title/123e4567-e89b-12d3-a456-426614174000/forms" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "entryId": "123e4567-e89b-12d3-a456-426614174000",
  "job_status": "generating_forms"
}