Where should i put my api key?

I’m new with the API’s and Im trying to do some stuff with it.

i’ve got my api key but i’ve no idea how it works; so this is the http https://api.thedogapi.com/v1/breeds where am i suppose to put my api key?
id like to have some pics and all the dogs info with it.

if i fetch just the http ill get just a few info…

hey @ricky - The ./v1/breeds endpoint just returns an Array of Breeds with information about each, and 1 each for each breed.

To use your API Key - pass it in the “header” as the “api-key” when making your request - example here: https://docs.thecatapi.com/authentication

If you want random images you’d use the https://api.thecatapi.com/v1/images/search endpoint, to get X number of Images

If you want more Images for each Breed, then you can search for Images by Breed Id - e.g. for Bengal Cats - https://api.thecatapi.com/v1/images/search?breed_id=beng

More examples here: https://docs.thecatapi.com/example-by-breed