NAV
Wallpapers.ai
shell python php javascript

Introduction

Welcome to the Wallpapers.ai platform API!

Each feature is designed to help our users more easily create wallpapers with AI on Wallpapers.ai's system.

To get your API key please go to account page.

Default Base URL

The default base URL for Wallpapers.ai API is: https://api.wallpapers.ai/v1/

Note: for security reasons, all TLDWai.com APIs are served over HTTPS only.

Authorization

To use the Wallpapers.ai API, you’ll need the API key that is linked to your account.

The authorization value should be send in Headers request.

Authorization: <api_key>

Create wallpaper

Copy to Clipboard
Create image curl -X POST \ https://api.wallpapers.ai/v1/create-wallpaper/ \ -H 'Authorization: api_key' \ -H 'Content-Type: application/json' \ -d '{ "terms": "rabbit going to school, ignorant style tattoo art", "dimension": "desktop", }' Response curl -X POST \ https://api.wallpapers.ai/v1/results/ \ -F 'uuid=response_uuid'

Reponse

Copy to Clipboard
/path/to/local/result.jpg

HTTP Request

POST /create-wallpaper/

Query parameters

Parameter Type Description
terms Required Tell the AI what wallpaper do you want to create. rabbit going to school, ignorant style tattoo art
dimension Optional Get wallpaper for desktop or phones, "desktop" value is default if empty or null. desktop or phone