API allows you to make the cloning process a part of your automated pipeline. No need to use Telegram bot, instead send requests directly to our server.
It works similar to batch cloning: you compose a CSV table with the description of the clones (app, version, location, proxy, etc.). Then send it via
POST https://check.nomixcloner.com/api/batch/Immediately after request your clones will be set for creation. In response you will get unique batch_uuid and the number of clones that are going to be created. You can then check the status of your batch via
GET https://check.nomixcloner.com/api/batch/{batch_uuid}The status will change as pending → processing → started → completed. On completed status you will see a link to download JSON file with individual download links for each clone (in APK format). Example:
{
"batch_uuid": "a1b2c3d4e5f6",
"status": "completed",
"total": 4,
"completed": 4,
"failed": 0,
"pending": 0,
"api_status": "completed",
"error_message": null,
"result_ready": true,
"result_url": "https://download.nomixcloner.com/batch_a1b2c3d4.json"
}Use the link from result_url to download JSON file with clones' links. Example:
{
"platform": "Android",
"apps": [
{
"app_id": "com.instagram.androie",
"app_name": "Insta0001",
"download_url": "https://download.nomixcloner.com/com.instagram.androie-1-433.0.0.47.68-arm64-v8a-tenrsn7nlx.apk"
},
{
"app_id": "com.instagram.androif",
"app_name": "Insta0002",
"download_url": "https://download.nomixcloner.com/com.instagram.androif-2-433.0.0.47.68-arm64-v8a-05mwzvqk61.apk"
},
{
"app_id": "com.instagram.barcelonb",
"app_name": "Thr0001",
"download_url": "https://download.nomixcloner.com/com.instagram.barcelonb-1-430.0.0.46.79-arm64-v8a-plj3yh6no2.apk"
},
{
"app_id": "com.reddit.frontpaka",
"app_name": "Red100",
"download_url": "https://download.nomixcloner.com/com.reddit.frontpaka-100-2025.37.0-qeqze3jkec.apk"
}
]
}These are direct download links to clones in APK format.
Here's all you need to start.
Type "/apikey" command in the Telegram bot. You will immediately receive your personal API key, with which you can start using the API.
API documentation: https://check.nomixcloner.com/docs
Important: since API is equal to batch cloning, we require Premium ⭐️ subscription for the access.
You can test API requests directly from the documentation page. See the quick explanation on this video:
Note that in the API update from 28th of August, 2026, we also added support for the Cloning Options inside the API. These headers override values that are specified in your profile in Telegram bot.
That's it, feel free to ask us directly with any questions. Good luck with vibe-cloning 🤙
Start for free with one clone per app every day or purchase Premium ⭐️ for unlimited cloning.