Viewing last 25 versions of post by LittlePip in topic Posting API

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?
No reason given
Edited by LittlePip
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?
No reason given
Edited by LittlePip