{ "opencollection": "1.0.0", "info": { "name": "Automated Spreading and Analysis Api-Key FinancialStatementSubmission API", "version": "1.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "FinancialStatementSubmission", "type": "folder" }, "items": [ { "info": { "name": "Submit structured financial statements (JSON)", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/financial-statement-submission", "body": { "type": "json", "data": "{}" } }, "docs": "Submit structured financial statement data (JSON body); file is stored in S3 and processing is queued." } ] } ], "bundled": true }