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 contract file.
GET /v1/contracts/{contract_id}/download
contract_id
projectId
Authorization
Bearer <token>
{ "data": { "url": "https://storage.example.com/contracts/contract.pdf?token=...", "fileName": "contract.pdf", "fileType": "application/pdf", "expiresIn": 3600 } }
url
fileName
fileType
expiresIn
400
403
404
429
curl "https://api.royaltyport.com/v1/contracts/contract-123/download?projectId=a1b2c3d4-..." \ -H "Authorization: Bearer rp_your_token_here"