curl --request POST \
--url 'https://haunt.gg/api/imagehost/upload?key=' \
--header 'Content-Type: multipart/form-data' \
--form 'key=<string>' \
--form file='@example-file'{
"status": "success",
"url": "https://carti.pics/v82AUOld"
}Upload an image file to the image hosting service. Requires your ImageHost API key which can be found in your dashboard.
curl --request POST \
--url 'https://haunt.gg/api/imagehost/upload?key=' \
--header 'Content-Type: multipart/form-data' \
--form 'key=<string>' \
--form file='@example-file'{
"status": "success",
"url": "https://carti.pics/v82AUOld"
}Was this page helpful?