Skip to main content
POST
/
v1
/
export
/
presentation
Export PowerPoint presentation
curl --request POST \
  --url https://api.ivory.finance/v1/export/presentation \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "cik": "<string>",
  "type": "comps_tearsheet"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.ivory.finance/llms.txt

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

Authorizations

X-API-Key
string
header
required

Body

application/json
cik
string
required
type
enum<string>
default:comps_tearsheet
Available options:
comps_tearsheet,
earnings_summary,
risk_brief

Response

Successful Response