Hello, can someone help me with the API for posting images?
I’ve sending json by curl (POST)
curl.exe -X POST -H “Content-Type: application/json” -d @json.json https://tantabus.ai/api/v1/json/images?key=myApiKey
{
"image":
{
"tag_input":"*tags*"
},
"url":"https://*urlfromfreehosting*.png"
}
I’ve getting Bad Request.
What i did wrong?