Every endpoint documented with parameters, responses, and code examples in cURL, JavaScript, Python and PHP.
AHM7xMakki provides a collection of free REST APIs. All APIs are accessible via simple HTTP requests with no authentication required.
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.
| Code | Meaning |
|---|---|
| 200 | Success |
| 400 | Bad request — missing or invalid parameter |
| 404 | Endpoint not found |
| 429 | Too many requests — slow down |
| 500 | Internal server error — report to us |
Capture any URL as a full-page PNG screenshot or PDF. Returns binary image data.
| Parameter | Type | Required | 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.
| Parameter | Type | Required | 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.
| Parameter | Type | Required | 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.
| Parameter | Type | Required | 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.
| Parameter | Type | Required | 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.
Browse all APIs →