The creator tags have migrated. All "prompter" and "artist" tags have been migrated to "creator". Please check your watched tags, as they might have disappeared from your watch lists due to the change.

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