Docs

Documentation

API reference and documentation for Animepics usage.

Wallpaper API

The wallpaper api is responsible for delivering an image as a response.

Request

Wallpaper API supports two types of requests - GET and POST

GET

A simple GET request to the wallpaper API can be used to retrieve the wallpaper API response.

curl https://api.animepics.me/wallpaper
    -X GET 
    -o image.jpg

The output image.jpg contains the image of the response.

POST

POST requests are used for advanced requests, that is, requests which contain key for standard or pro paid plans, or search filters for tag search of images.

Fields Description
key The API keys for users with access to Standard or Pro plan, to bypass daily restrictions
search The single word search query for searching through specific tags

The fields are sent through form data content type.

curl https://api.animepics.me/wallpaper
    -X POST
    -d "key=xxx"
    -d "search=blush" 
    -o image.jpg

Similarly, the output image.jpg contains the image of the response.

For any questions regarding the above API, please contact support@animepics.me