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
}

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

Fetches and parses SEC EDGAR .htm filing URLs, converts them to Scribe document format, and stores them as document templates. Restricted to manager-role users. Each URL must be on the sec.gov domain and end in .htm.

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