Quickstart
- Create an API keySign in, open API Access and create a named key for your application.
- Send the key as a Bearer token
Authorization: Bearer YOUR_API_KEY - Check a URL before generationCall the link check endpoint to identify the configured host status.
- Generate with an active premium accountThe generation endpoint requires active premium access.
curl -X POST "https://multidebrid.com/api/v1/link/check" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://example-host.test/file/abc"}'