Financial Statement Parsing

Extract data from financial reports and statements.

Use the Rosetta Extract API with a custom JSON schema to pull structured data from financial statement parsing documents. PDF extraction API with native MCP support for Cursor and Claude.

curl -X POST https://rosettafolio.com/api/v2/extract \
  -H "X-API-Key: YOUR_API_KEY" \
  -F "file=@document.pdf" \
  -F 'schema={"type":"object","properties":{...}}'