Quick Start
Last updated
Was this helpful?
Last updated
Was this helpful?
Almost all requests don't need an API Key to work, if you need any function that needs it, you can request one from
To make your first request, send a request to the dog
endpoint. This will get a dog
, which is nice.
GET
https://api.any-bot.xyz/api/v1/dog
It will return a random photo and a random fact of some dog.
API_KEY
string
You API Key (Optional)
Take a look at how you might call this method using curl
: