Skip to main content
POST
/
templates
/
parser
/
secgov
Import SEC EDGAR filings as templates
curl --request POST \
  --url https://app.myhero.so/templates/parser/secgov \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "secGovDocuments": [
    {
      "url": "<string>",
      "title": "<string>",
      "publisher": "<string>",
      "category": "<string>",
      "description": "<string>"
    }
  ],
  "projectId": "<string>",
  "workspaceId": "<string>",
  "addToTemplates": true
}
'
{
  "data": true
}

Authorizations

Authorization
string
header
required

HERO personal access token

Body

application/json
secGovDocuments
object[]
required
Minimum array length: 1
projectId
string
required
Minimum string length: 1
workspaceId
string
required
Minimum string length: 1
addToTemplates
boolean

Response

200 response

data
enum<boolean>
required
Available options:
true