API Documentation

Quick Start

Base URL

https://api.subsource.net/api/v1

Authentication

X-API-Key: your_api_key_here

Getting an API Key

To use the SubSource API, you can create an API key directly from your profile page. Simply go to your account dashboard and navigate to the "My Profile" section to generate your API key.

Note:You can regenerate your API key at any time if needed. Keep your API key secure and don't share it publicly.

API Endpoints

HTTP Status Codes

CodeStatusDescription
200OKRequest successful
400Bad RequestInvalid request parameters
401UnauthorizedAuthentication required
403ForbiddenAccess denied
404Not FoundResource not found
429Too Many RequestsRate limit exceeded
500Internal Server ErrorServer error

Rate Limiting

60 requests per minute per API key.
1,800 requests per hour per API key.
7,200 requests per day per API key.
Rate limit headers are included in responses.

Need Help?