• Website
  • Server status
  • API documentation
  • Blog
Telegram Icon Community
EN
Русский
Português
English
中文 (中国)
Tiếng Việt
Sign in Start free
  • Website
  • Server status
  • API documentation
  • Blog
  • Community
  • English (US) Русский Português English 中文 (中国) Tiếng Việt
Log in View Plans

Low-code automation with Postman

Automate browser tasks with Postman – no coding required. Learn how to send API requests, manage profiles, and streamline workflows with minimal effort.

search icon

Try a different keyword or check for typos. If you still need help, contact support.

  • Getting started with Multilogin automation
  • Basic automation with CLI
  • Low-code automation with Postman
  • Script runner & predefined scripts
  • Puppeteer, Selenium, and Playwright
  • Custom Python scripts
  • Quick solutions with Developer Tools
  • External automation tools
  • Home
  • breadcrumb separator bar
  • Explore features
  • breadcrumb separator bar
  • Efficient task automation with API
  • breadcrumb separator bar
  • Low-code automation with Postman
  • breadcrumb separator bar
  • How to manage Android cloud phones with Multilogin API

How to manage Android cloud phones with Multilogin API

Written by Anton L ( Updated on August 26th, 2026 )

Updated on August 26th, 2026

You can use Multilogin API to manage Android cloud phones automatically. Create, update, start, stop, organize, and check cloud phones without doing these actions manually in the dashboard. This is useful for teams and developers who manage many cloud phones or connect Multilogin with their own automation workflows.

➡️ To use API requests for cloud phones, open Postman collection related to Mobile Profile Management → Find the request you need → Run it in your script or Postman.

What API can manage: cloud phone setup, status, files, apps, tags, groups, and bulk actions.
What API does not do: control actions inside Android apps. For app automation, use ADB or tools such as Appium.

Keep in mind that this article gives an overview of available requests. It does not explain every parameter in detail. It is expected that you know how to use Postman at basic level. The articles below are recommended to read before proceeding with that one.

  • How to set up Multilogin automation with Postman
  • How to navigate Multilogin API documentation with Postman

In the Multilogin API documentation, Android cloud phones are called mobile profiles.

 

The requests are grouped by task, so you can quickly find what you need. All of them are available in the “Mobile Profile Management” folder in the “Multilogin API” collection.

Who can use those API requests?

  • 👨‍💻 Account owner and all team members
  • 💰 Available on Pro 10, Pro 50, Business 100 and all Business plans
 

How to manage cloud phones

These requests cover the main cloud phone actions.

Create

Endpoint: Mobile Profile Create

 

Create one or more cloud phones without setting them up manually.

You can configure values such as:

  • Phone name
  • Android version
  • Phone brand and model
  • Proxy
  • Notes and tags
  • Network and location settings

A proxy is required when you create a cloud phone.

💡 Why it helps: create many cloud phones with the same setup without repeating the same configuration in the dashboard.

 
 

Start

Endpoint: Mobile Profile Start

 

The request starts one or more cloud phones without a graphical interface. This is useful for automated workflows that do not need the live phone screen.

 
 

Stop

Endpoint: Mobile Profile Stop

 

The request stops one or more cloud phones. Also useful for automation workflows.

 
 

Update

Endpoint: Mobile Profile Update

 

You can update a cloud phone's configuration, including its phone brand and model, title, proxy, notes, tags, and network type. You will need the cloud phone ID, which you can get in the Multilogin dashboard or with GET Mobile Profile List.

💡 Why it helps: It saves time on bulk updates, so you do not need to edit each cloud phone manually in the dashboard.

 
 

Delete

Endpoint: Mobile Profile Delete

 

Remove cloud phones by their IDs. Use this carefully if you automate cleanup workflows.

💡 Why it helps: It lets you remove multiple cloud phones as part of an automated cleanup workflow. This can help free up space under your plan when you need to create new cloud phones.

 
 

How to organize cloud phones

These requests help when your workspace starts getting bigger.

List

Endpoint: Mobile Profile List

 

Use this request to get the cloud phones in your workspace.

The response gives you the cloud phone ID and setup details such as device, location, network, proxy, and workspace information.

💡 Why it helps: many other requests need a cloud phone ID. Start here when you do not have it yet.

Bearer (or automation) token is enough to run the request.

 

 
 

Check status

Endpoint: Mobile Profile Statuses

 

Displays several cloud phone status values, including launch status, runtime, auto-stop timestamp, and ADB status.

💡 Why it helps: It lets you monitor cloud phone status during automation, especially when profiles are started without the GUI.

 
 

Get/create group

Endpoint: Mobile Profile Group Get or Create

 

The endpoint returns the cloud phone group (workspace) or creates a new one. 

💡 Why it helps: It confirms that you are connected to the correct workspace before you continue.

 
 

Assign tags

Endpoint: Mobile Profile Tag Assign

 

You can apply up to 10 tags at once. Tags are shared between browser profiles and cloud phones. To find a tag, use POST Tag Search endpoint. You will also need the cloud phone ID.

💡 Why it helps: It makes it easier to organize cloud phones automatically and keep larger profile sets easier to manage.

 
 

Remove tags

Endpoint: Mobile Profile Tag Unassign

 

As with tag assignment, you can remove up to 10 tags at once. Tags are shared between browser profiles and cloud phones. You can refer to the tag-related API requests in the profile management folder, e.g. POST Tag Search. Cloud phone ID is also required.

💡 Why it helps: It helps keep your cloud phone organization up to date by removing tags you no longer need.

 
 

How to manage apps on phones

You can also use the API to find and install available Android apps.

List apps

Endpoint: Mobile App List

 

Returns the list of applications from the app marketplace. The response gives you the app ID and version IDs. You will need these values for app installation.

💡 Why it helps: It gives you the app and version IDs required for automated app installation.

 
 

Install apps

Endpoint: Mobile App Install

 

The endpoint installs an app in batch on a group of cloud phones. Use the app ID and the version ID. It installs the app in the default folder. You can also use the endpoint GET Mobile Profile Group Get or Create.

💡 Why it helps: It lets you install the same app on multiple cloud phones without setting up each phone manually.

 
 

How to use phone library

The library is shared cloud storage for your cloud phones.

Use these requests to upload, find, organize, and remove files.

List files

Endpoint: Mobile File List

 

Get files stored in the library. The response includes file IDs, which you need for file-related requests.

 
 

Upload a file

Endpoint: Mobile File Upload

 

Upload a file to the cloud phone library. You can then use the uploaded file in your mobile workflows.

Note: you can browse for files in Postman.

💡 Why it helps: It lets you add files to the Library automatically so your cloud phones can access them during workflows.

 
 

Delete files

Endpoint: Mobile File Delete

 

Delete one or more Library files by their file IDs. Get the IDs first with GET Mobile File List.

💡 Why it helps: It makes it easier to clean up Library files automatically when they are no longer needed.

Note: deletion is immediate and can't be undone.

 
 
 

Tag files

Endpoint: Mobile File Tag Assign

 

You can apply up to 10 tags at once. Tags are the same as for browser profiles and cloud phones. You can refer to the tag-related API requests in the profile management folder, e.g. POST Tag Search. File ID is also required (GET Mobile File List).

💡 Why it helps: It helps you organize Library files automatically, especially when you manage many uploaded files.

 
 

Untag files

Endpoint: Mobile File Tag Unassign

 

Remove tags from a Library file. Tags are the same as for browser profiles and cloud phones. You can refer to the tag-related API requests in the profile management folder, e.g. POST Tag Search. File ID is also required (GET Mobile File List).

💡 Why it helps: It helps keep Library files organized by removing tags that are no longer relevant.

 
 

How to manage phones in bulk

These requests help when you work with larger sets of cloud phones.

Export

Endpoint: Mobile Profile Export

 

The request exports cloud phone data to an .xlsx file. You can export up to 200 cloud phones at once.

Note: The result is presented as a file. If you use Postman, click the three-dot menu (near the “Save Response” button) and click “Save response to file”.

💡 Why it helps: It saves time when you need cloud phone data for reporting, backup, or bulk workflows.

 
 

Import

Download an import template

Endpoint: Import Template Download

 

Downloads an .xlsx template for bulk cloud phone import. Fill in the data, then validate the file using the following endpoint: POST Import File Validate

Note: The result is presented as a file. If you use Postman, click the three-dot menu (near the “Save Response” button) and click “Save response to file”.

💡 Why it helps: It gives you the correct file structure for bulk cloud phone import, which helps reduce formatting mistakes.

Validate an import file

Endpoint: Import File Validate

 

Check your .xlsx import file before using it.

You can build the file from:

  • POST Mobile Profile Export
  • GET Import Template Download

💡 Why it helps: validation helps avoid errors during bulk import.

 
 

Transfer

Endpoint: Mobile Profile Transfer

 

This request lets you transfer profiles to another team member in your workspace. You can transfer up to 200 profiles at once (your current plan limits also apply).

Note: the transfer is permanent and can't be undone. 

 

💡 Why it helps: useful when you move cloud phones between team members or reorganize ownership.

 
 

How to check limits and setup values

These helper requests give you values needed for cloud phone setup.

Phone usage limit

Endpoint: Mobile Profile Limit

 

Check your workspace's cloud phone minute allowance.

The response shows your total available minutes, how many minutes you have already used, and how many are still remaining.

 
 

Check proxy

Endpoint: Mobile Proxy Check

 

The request tests the availability of a proxy and provides additional information, like IP, geolocation, timezone, and ISP.

💡 Why it helps: It lets you test a proxy before using it with a cloud phone, which helps catch connection or location issues early.

 
 

List states by country

Endpoint: States by Country

 

Use the country code to get the list of states. You can use them for cloud phone creation.

💡 Why it helps: It gives you valid state or region values to use when setting cloud phone location data.

 
 

List cities by state

Endpoint: Cities by State

 

The request returns a list of cities by state or region. You can use the state values from that endpoint: GET States by Country.

💡 Why it helps: It gives you valid city values to use when setting cloud phone location data.

 
 

List phone brands and models

Endpoint: Phone Brand List

 

Get supported phone brands and models for an Android version. Use the returned values when you customize cloud phone creation.

💡 Why it helps: It gives you supported brand and model values, so you can use valid device settings when creating cloud phones.

 
 

FAQ

What does “mobile profile” mean in the API?

A mobile profile is an Android cloud phone in Multilogin.

The API uses “mobile profile” in many request and parameter names.

Do I need Postman to use these requests?

No. Postman is useful for testing requests and checking responses without building a full script.

You can also call Multilogin API requests from your own automation.

Which token should I use?

A regular bearer token works for API requests and expires after 30 minutes.

For longer automation workflows, you can create an automation token with your required expiration period.

Can these API requests automate actions inside Android apps?

These requests mainly help you manage the cloud phones themselves.

For native Android app automation, connect your cloud phones through ADB and use tools such as Appium.

Can I create multiple Android cloud phones with API?

Yes, the Mobile Profile Create request supports creating cloud phones without manual setup. 

Does API replace ADB or Appium?

No. API manages cloud phones. Use ADB and Appium for actions inside Android apps.

Where do I find my cloud phone ID?

Use GET Mobile Profile List or copy it from the Multilogin dashboard.

 

Was this article helpful?

Give feedback about this article

In this article

  • How to manage cloud phones
  • How to organize cloud phones
  • How to manage apps on phones
  • How to use phone library
  • How to manage phones in bulk
  • How to check limits and setup values
  • FAQ
  • What does “mobile profile” mean in the API?
  • Do I need Postman to use these requests?
  • Which token should I use?
  • Can these API requests automate actions inside Android apps?
  • Can I create multiple Android cloud phones with API?
  • Does API replace ADB or Appium?
  • Where do I find my cloud phone ID?

Multilogin community

Stay informed, share your thoughts, and engage with others!

Telegram Icon Join us on Telegram

Read more on the topic

10 Best Datacenter Proxies for Web Scraping (2025 Edition) Apr 2, 2025 5 min read Google SERP Img

What is a Google SERP Proxy and Why Should You Care?

Apr 1, 2025 6 min read
UK Proxy Img

What Are Dedicated UK Proxies? Everything You Need to Know

Apr 1, 2025 6 min read
Related Article Title Icon

Related articles

  • How to use Android cloud phone features
  • How to install apps on Android cloud phones
  • How to create Android cloud phones

Mobile

  • Cloud phone
  • Virtual phone
  • Remote phone
  • Phone farming
  • Cloud cell phone
  • Cloud Android emulation
  • AI Quick Action Automation

Multi-accounting

  • Multiple Instagram accounts
  • Multiple Tiktok accounts
  • Multiple Reddit accounts
  • Multiple Telegram accounts
  • Multiple Facebook accounts
  • Multiple Youtube accounts
  • Multiple LinkedIn accounts

COMPARISON

  • Multilogin vs. MoreLogin
  • Multilogin vs. FlashID
  • Multilogin vs. DuoPlus
  • Multilogin vs. VMOS cloud
  • Multilogin vs. Octo Browser
  • Multilogin vs. AdsPower
  • Multilogin vs. GoLogin

Platform proxies

  • Mobile proxy
  • Reddit proxy
  • Instagram proxy
  • TikTok proxy
  • Facebook proxy
  • Youtube proxy
  • LinkedIn proxy

USECASES

  • Cloud phones for Tiktok
  • Cloud phones for Instagram
  • Cloud phones for Reddit
  • Cloud phones for Facebook
  • Cloud phones for Youtube

RESOURCES

  • Knowledge base
  • API documentation
  • Glossary
  • Academy
  • Blog
  • Server status
  • Release notes

FREE TOOLS

  • YouTube views to money calculator
  • Instagram money calculator
  • Online URL to text converter
  • Google local SERP checker
  • Random address generator

GET IN TOUCH

  • Contact 24/7 support
    support@multilogin.com
  • Referral program
  • Affiliate program
  • Pricing page
  • Careers
GDPR Compliant

© 2026 Multilogin. All rights reserved.

  • Privacy policy
  • Terms of service
  • Cookie policy
Multilogin watermark
  • MOBILE

    • Cloud phone
    • Virtual phone
    • Remote phone
    • Phone farming
    • Cloud cell phone
    • Cloud Android emulation
    • AI Quick Action Automation
  • MULTI-ACCOUNTING

    • Multiple Instagram accounts
    • Multiple Tiktok accounts
    • Multiple Reddit accounts
    • Multiple Telegram accounts
    • Multiple Facebook accounts
    • Multiple Youtube accounts
    • Multiple LinkedIn accounts
  • COMPARISON

    • Multilogin vs. MoreLogin
    • Multilogin vs. FlashID
    • Multilogin vs. DuoPlus
    • Multilogin vs. VMOS cloud
    • Multilogin vs. Octo Browser
    • Multilogin vs. AdsPower
    • Multilogin vs. GoLogin
  • PLATFORM PROXIES

    • Mobile proxy
    • Reddit proxy
    • Instagram proxy
    • TikTok proxy
    • Facebook proxy
    • Youtube proxy
    • LinkedIn proxy
  • USECASES

    • Cloud phones for Tiktok
    • Cloud phones for Instagram
    • Cloud phones for Reddit
    • Cloud phones for Facebook
    • Cloud phones for Youtube
  • RESOURCES

    • Knowledge base
    • API documentation
    • Glossary
    • Academy
    • Blog
    • Server status
    • Release notes
  • FREE TOOLS

    • YouTube views to money calculator
    • Instagram money calculator
    • Online URL to text converter
    • Google local SERP checker
    • Random address generator
  • GET IN TOUCH

    • Contact 24/7 support
      support@multilogin.com
    • Referral program
    • Affiliate program
    • Pricing page
    • Careers
GDPR Compliant
  • Privacy policy
  • Terms of service
  • Cookie policy

© 2026 Multilogin. All rights reserved.

Expand