NAV
ImageUpscalerAI.com
shell python php javascript

Invoering

Welkom bij de API van het ImageUpscalerAI.com-platform!

Elke functie is ontworpen om onze gebruikers te helpen afbeeldingen gemakkelijker op te schalen met AI op het systeem van ImageUpscalerAI.com.

Ga naar de accountpagina om uw API-sleutel te krijgen.

Standaard basis-URL

De standaard basis-URL voor ImageUpscalerAI.com API is: https://api.imageupscalerai.com/v1/

Opmerking: om veiligheidsredenen worden alle API's van ImageUpscalerAI.com alleen via HTTPS aangeboden.

Autorisatie

Om de ImageUpscalerAI.com API te gebruiken, hebt u de API-sleutel nodig die aan uw account is gekoppeld.

De autorisatiewaarde moet worden verzonden in Headers-verzoek.

Authorization: <api_key>

Afbeelding upscaler

Copy to Clipboard
Luxe imago curl -X POST \ https://api.imageupscalerai.com/v1/image-upscale/ \ -H 'Authorization: api_key' \ -F 'files=@test_files/test.jpeg' Resultaat curl -X POST \ https://api.imageupscalerai.com/v1/results/ \ -F 'uuid=response_uuid'

Antwoord

Copy to Clipboard
/path/to/local/result.jpg

HTTP-verzoek

POST /image-upscale/

Query-parameters

Parameter Type Beschrijving Voorbeeld
files Vereist Het bestand dat u wilt opschalen. test.jpeg