Skip to main content
POST
/
api
/
sec
/
document
/sec/document
curl --request POST \
  --url https://api.anysite.io/api/sec/document \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "document_url": "<string>",
  "timeout": 300
}
'
[
  {
    "document_url": "<string>",
    "content": "<string>",
    "content_type": "<string>"
  }
]

Authorizations

access-token
string
header
required

Headers

access-token
string
required

Body

application/json

Payload for SEC document retrieval.

document_url
string
required

Direct URL to SEC EDGAR document (from search results document_url field)

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

document_url
string
required
content
string
required
content_type
string
required