API-Schluessel
Erstellen, rotieren, sperren und beschraenken.
Integriere Medien-Workflows mit API-Schluesseln, monatlichen Credits, Stripe, Statistiken und IP-Beschraenkungen.
Erstellen, rotieren, sperren und beschraenken.
Requests und Credits pro Konto und Key messen.
Keys auf IPs oder CIDR-Ranges begrenzen.
Checkout, Abos und Portal integriert.
API fuer Entwickler
DownMagic API fuer Hintergrundentfernung, Konvertierung und Download-Workflows mit API-Schluesseln, Credits, Billing und IP-Limits.
Bildhintergruende entfernen und transparente PNGs liefern.
Audio-, Video- und Bilddateien per async Jobs mit Credits konvertieren.
Autorisierte URL-Download-Jobs wie YouTube zu MP4 oder MP3 erstellen.
Sieh Authentifizierung, API-Schluessel, IP-Limits, Credits, Fehlercodes und Beispiele fuer cURL, JavaScript und Python.
API-Dokumentation lesen# Remove background API
curl -X POST "https://api.downmagic.com/background/remove" \
-H "Authorization: Bearer dm_live_your_api_key" \
-F "[email protected]" \
--output portrait_downmagic.png
# File converter API
curl -X POST "https://api.downmagic.com/convert" \
-H "Authorization: Bearer dm_live_your_api_key" \
-F "[email protected]" \
-F "outputFormat=mp4" \
-F "quality=720"
# Authorized downloader API, for example YouTube to MP4
curl -X POST "https://api.downmagic.com/download" \
-H "Authorization: Bearer dm_live_your_api_key" \
-H "Content-Type: application/json" \
-d '{"url":"https://www.youtube.com/watch?v=VIDEO_ID","outputFormat":"mp4","ownershipConfirmed":true}'Ja. API-Keys funktionieren erst mit aktivem API-Abo.
Ja. IPs und CIDR-Ranges werden unterstuetzt.
Ja. Das Dashboard zeigt monatliche Nutzung pro API-Key.