Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get a signed download URL for a statement file.
GET /v1/statements/{statement_id}/download
statement_id
projectId
Authorization
Bearer <token>
{ "data": { "url": "https://storage.example.com/statements/Q1-2025-royalties.xlsx?token=...", "fileName": "Q1-2025-royalties.xlsx", "fileType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "expiresIn": 3600 } }
url
fileName
fileType
expiresIn
400
403
404
429
curl "https://api.royaltyport.com/v1/statements/1234/download?projectId=a1b2c3d4-..." \ -H "Authorization: Bearer rp_your_token_here"