Skip to main content
POST
/
api
/
kentucky
/
companies
/
documents
/kentucky/companies/documents
curl --request POST \
  --url https://api.anysite.io/api/kentucky/companies/documents \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "ctr": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "@type": "@kentucky_document",
    "filing": "<string>",
    "document_url": "<string>",
    "file_date": "<string>",
    "page_count": 123
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
ctr
string
required

Kentucky business entity control number (the ctr identifier from a search result)

Minimum string length: 1
Examples:

"200788"

"978159"

count
integer
required

Max number of documents to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

@type
string
default:@kentucky_document
filing
string | null
document_url
string | null
file_date
string | null
page_count
integer | null