ai
Here's an example of fetching an ai image with the ai endpoint. All images returned are precompiled.
Fetching an ai image
Get an ai image & its details.
GET
https://nekos.pro/api/ai
Python example:
This example assumes you are using asyncio & running a Discord bot, which you should be using instead of requests, which is blocking.
Last updated