Base URL
Authentication
- Header:
X-API-Key: <your_api_key>
Pagination
- Page-based:
?page=1&limit=50 - Offset-based (data pages):
?offset=0&limit=1000
For a typed client, use the
@filefeed/sdk API Library.Base URL, authentication, and conventions
X-API-Key: <your_api_key>?page=1&limit=50?offset=0&limit=1000@filefeed/sdk API Library.