blacksmithop / imgen

Image manipulation API server, forked from Dank Memer running on aiohttp
https://imgen.herokuapp.com/
5 stars 2 forks source link

Can i actually use this fork or do i jave to self host it? #6

Closed nettlees closed 3 years ago

nettlees commented 3 years ago

What the title says, but just to say when using this version it keeps on saying I sent a bad request any help

blacksmithop commented 3 years ago

Can you tell which branch you were using? I remember setting dev as the default after fixing a couple of bugs. Can you provide screenshots of what you see while running it? You can host this on Heroku by clicking the button under readme, as well run it on your local/ remote machine.

nettlees commented 3 years ago

I seem to have fixed the error oddly I did not change a thing. Just a quick question. Can I use this api like any normal api for example how you would use https://nekos.life ?

blacksmithop commented 3 years ago

The API is documented under the docs section, you can follow those instructions on how you can pass data to an endpoint, the response is a 200 (if you did everything contently) and the response data can be saved as image/used directly.