Get started with the Royalti.io API in just a few minutes
Status Code | Description |
---|---|
200 | The request was processed successfully |
400 | Bad Request - missing parameters, incorrect format, or validation failure |
401 | Unauthorized - verify authentication token is provided and valid |
404 | Not Found - the requested endpoint or entity does not exist |
500 | Internal Server Error |
Parameter | Type | Description | Default |
---|---|---|---|
q | string | Global search parameter. Searches across multiple fields. | None |
page | number | Page number for pagination. | 1 |
size | number | Number of items to return per page. | 10 |
order | string | Sort order. Options: βascβ or βdescβ. | βdescβ |
sort | string | Field to sort by. | βupdatedAtβ |
attributes | string | Comma-separated list of fields to return. | Varies by endpoint |
statistics | boolean | Whether to include statistical data. | false |
user
- Filter by user ID(s), comma-separated for multiplecatalog
- Filter by catalogartist
- Filter by artist ID(s), comma-separated for multipletype
- Filter by asset typesplits
- Whether to include splits informationartist
- Filter by artist ID(s), comma-separated for multipletype
- Filter by product typesplits
- Whether to include splits informationinclude
- Additional models to include: βArtistβ, βProductβ, βAssetβPerformance Optimization
attributes
parameter to limit response payload sizestatistics=false
unless statistical data is neededError Handling
Security
attributes
parameter optimizes payload size by returning only specified fieldsstatistics
parameter may increase response time when enabled