Skip to content

Getting Started

Step 1. Install http(s) libraries

Python : requests, httpx (sync,async), aiohttp (async), ...
JavaScript : fetch (default), axios (async), ...

Step 2. Test your request

GET https://api.voids.top
Host: api.voids.com


You will get a response body that says Made by flask

Step 3. Use features

POST https://api.voids.top/quote
Host: api.voids.top
Content-Type: application/json

{
    "username": "abcdef...", // text after @
    "display_name": "Nickname",
    "text": "Example message", // message content
    "avatar": "https://media.discordapp.com/...", // only Discord CDN urls or data:image/png;base64,*** are supported
    "color": True // bool
}


The response for valid parameters is as follows:

{
    "success": True, // bool
    "url": "https://cdn.voids.top/quotes/..." // cdn url
}


Here are the links to the details of each feature.

Generative AI
Make it a Quote
Mail
IP
Twitter
Solver