API fuer Entwickler

DownMagic API fuer Medien-Automation bezahlt, messbar und produktionsbereit

Integriere Medien-Workflows mit API-Schluesseln, monatlichen Credits, Stripe, Statistiken und IP-Beschraenkungen.

API-Schluessel

Erstellen, rotieren, sperren und beschraenken.

Usage Credits

Requests und Credits pro Konto und Key messen.

IP Allowlist

Keys auf IPs oder CIDR-Ranges begrenzen.

Stripe Billing

Checkout, Abos und Portal integriert.

API fuer Entwickler

API-Services fuer dein Produkt

DownMagic API fuer Hintergrundentfernung, Konvertierung und Download-Workflows mit API-Schluesseln, Credits, Billing und IP-Limits.

Background Remover API

Bildhintergruende entfernen und transparente PNGs liefern.

Converter API

Audio-, Video- und Bilddateien per async Jobs mit Credits konvertieren.

Downloader API

Autorisierte URL-Download-Jobs wie YouTube zu MP4 oder MP3 erstellen.

API-Dokumentation mit echten Request-Beispielen

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}'

FAQ

Muss ich vor API-Nutzung bezahlen?

Ja. API-Keys funktionieren erst mit aktivem API-Abo.

Kann ich Keys per IP begrenzen?

Ja. IPs und CIDR-Ranges werden unterstuetzt.

Gibt es Usage pro Key?

Ja. Das Dashboard zeigt monatliche Nutzung pro API-Key.