Every endpoint documented with parameters, responses, and code examples. Just plain HTTP โ no API keys, no OAuth, no gatekeeping.
AHM7xMakki provides a collection of free REST APIs for developers. All APIs are accessible via simple HTTP requests with no authentication required โ copy a URL, paste it in your terminal, and you're calling production.
Base URL:
All endpoints accept GET or POST requests as documented. Responses are JSON unless the endpoint returns binary content (screenshot PNG, audio MP3, etc.).
No authentication required. All APIs are publicly accessible โ simply make an HTTP request to the endpoint.
Fair-use policy applies: please do not make excessive automated requests that would degrade service for other users. If you need high-volume access, contact us and we'll set you up with a dedicated tier.
| Code | Meaning |
|---|---|
| 200 | Success โ response body contains the result |
| 400 | Bad request โ missing or invalid parameter |
| 404 | Endpoint not found โ check the path |
| 429 | Too many requests โ slow down and retry |
| 500 | Internal server error โ please report to us |
Capture any URL as a full-page PNG screenshot or PDF. Returns binary image data.
| Param | Type | Description | |
|---|---|---|---|
| url | string | required | The URL to screenshot. Must be URL-encoded. |
| format | string | optional | Output format: png (default) or pdf |
Convert any text to natural-sounding audio. Returns MP3 binary data.
| Param | Type | Description | |
|---|---|---|---|
| text | string | required | The text to convert to speech. URL-encode the value. |
| voice | string | optional | Voice identifier, e.g. en-US, en-GB |
Download video from any supported platform. Returns download URL or binary stream.
| Param | Type | Description | |
|---|---|---|---|
| url | string | required | Video URL from YouTube, TikTok, Instagram, etc. URL-encoded. |
Upload an image and ask a question. Returns AI-generated text analysis, OCR, or object description.
| Param | Type | Description | |
|---|---|---|---|
| image | file | required | Image file (JPG, PNG, WEBP) |
| prompt | string | required | Question to ask about the image |
Generate a disposable email address and poll for incoming messages.
| Param | Type | Description | |
|---|---|---|---|
| action | string | required | generate to get a new address, check to poll inbox |
| string | conditional | Required when action is check |
Full documentation for every API is available directly on each tool's page. Every tool ships with a built-in API Docs modal โ endpoints, parameters, try-it URLs, all in one spot.
Browse all APIs โSixteen free APIs, one design system, zero API keys. Pick a tool and start building.