Skip to main content
POST
/
api
/
florida
/
companies
/
filings
/florida/companies/filings
curl --request POST \
  --url https://api.anysite.io/api/florida/companies/filings \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "document_number": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "@type": "@florida_filing",
    "date": "<string>",
    "type": "<string>",
    "document_url": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
document_number
string
required

Florida business Document Number (optional single leading letter + digits)

Minimum string length: 1
Examples:

"849374"

"L20000394839"

"F96000005067"

count
integer
required

Max number of filings 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:@florida_filing
date
string | null
type
string | null
document_url
string | null