Skip to main content
GET
/
financial-documents
/
se
/
{financialDocumentReference}
/
pdf
Download or view the financial document by PDF
curl --request GET \
  --url https://api.tic.io/financial-documents/se/{financialDocumentReference}/pdf \
  --header 'x-api-key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.tic.io/llms.txt

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

Details

This will return the report in a PDF format inline with the browser e.g it will open the browser PDF viewer. To force a download you can use querystring inline=false. It the financial report was scanned it has been going through TIC IDP solution which means we try to increase visiblity and make the document searchable (PDF freetext search). Embedded in the PDF you will find hOCR data.

Authorizations

x-api-key
string
header
required

Path Parameters

financialDocumentReference
string
required

The document reference

Query Parameters

inline
boolean
default:true

Set to true to get an inline file rendered in the browser

Response

200

OK