API overview
The MultiDebrid API provides account details, supported-host information, link validation, premium link generation, job status and private history management. Documentation is public; creating an API key requires a signed-in account.
Start in minutesCreate a key and send your first authenticated request.Explore endpointsReview methods, paths and premium requirements.Handle errorsUse stable machine-readable error codes.
Standard success response
{
"success": true,
"data": {
"job_id": "job_84f39a",
"status": "ready"
},
"request_id": "req_c61b28"
}Standard error response
{
"success": false,
"error": {
"code": "UNSUPPORTED_HOST",
"message": "This filehost is not currently supported."
},
"request_id": "req_c61b28"
}
