Appearance
All Endpoints
Complete endpoint reference for the Multilogin X API.
Authentication
Base URL: https://api.multilogin.com
| Method | Endpoint | Description |
|---|---|---|
| POST | /user/signin | Sign in and get Bearer Token |
| POST | /user/refresh_token | Refresh an expiring token |
| POST | /user/change_password | Change password |
| POST | /user/reset_password | Reset password via email |
Launcher
Base URL: https://launcher.mlx.yt:45001
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/profile/f/:folder_id/p/:profile_id/start | Start a browser profile |
| GET | /api/v1/profile/quick/start | Start a quick (temporary) profile |
| GET | /api/v1/profile/stop/p/:profile_id | Stop a specific profile |
| GET | /api/v1/profile/stop/all | Stop all running profiles |
| GET | /api/v1/profile/active | List active/running profiles |
| GET | /api/v1/profile/p/:profile_id/ws_debugger_url | Get CDP WebSocket debugger URL |
Profile Management
Base URL: https://api.multilogin.com
| Method | Endpoint | Description |
|---|---|---|
| POST | /profile/create | Create a new browser profile |
| POST | /profile/update | Update an existing profile |
| POST | /profile/clone | Clone a profile |
| POST | /profile/remove | Delete profile(s) |
| POST | /profile/restore | Restore from trash |
| POST | /profile/move | Move to folder |
| POST | /profile/lock | Lock profile(s) |
| POST | /profile/unlock | Unlock profile(s) |
| POST | /profile/unlock_data | Unlock encrypted profile data |
Workspace & Folders
Base URL: https://api.multilogin.com
| Method | Endpoint | Description |
|---|---|---|
| GET | /workspace/profiles | List profiles (paginated, filterable) |
| GET | /workspace/folders | List folders |
| POST | /workspace/folder/create | Create folder |
| POST | /workspace/folder/update | Update folder |
| POST | /workspace/folder/remove | Delete folder |
| GET | /workspace/info | Workspace details |
| GET | /workspace/members | Workspace members |
Proxy
Base URL: https://api.multilogin.com
| Method | Endpoint | Description |
|---|---|---|
| POST | /profile/proxy/check_connection | Verify proxy connectivity |
Proxy is configured via profile create/update parameters.
Pre-made Cookies
Base URL: https://cookies.multilogin.com
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/cookies | List available cookies |
| POST | /api/v1/cookies/apply | Apply cookies to profile |
| PUT | /api/v1/cookies/metadata | Update cookie metadata |
Script Runner
Base URL: https://launcher.mlx.yt:45001
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/profile/f/:folder_id/p/:profile_id/start?automation_type=selenium | Start with Selenium |
| POST | /api/v1/run_script | Run script on profiles |
| POST | /api/v1/profile/stop_script | Stop running scripts |
| GET | /api/v1/scripts | List available scripts |
Profile Import/Export
Base URL: https://launcher.mlx.yt:45001
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/v1/profile/:profile_id/export | Export profile |
| GET | /api/v1/profile/exports/:export_id/status | Export status by ID |
| GET | /api/v1/profile/exports/statuses | All export statuses |
| POST | /api/v1/profile/import | Import profile |
| GET | /api/v1/profile/imports/:import_id/status | Import status by ID |
| GET | /api/v1/profile/imports/statuses | All import statuses |
Object Storage
Base URLs: https://launcher.mlx.yt:45001 and https://api.multilogin.com
| Method | Base | Endpoint | Description |
|---|---|---|---|
| POST | Launcher | /api/v1/object_storage/upload | Upload object |
| POST | Launcher | /api/v1/object_storage/create_and_upload | Create and upload |
| GET | Launcher | /api/v1/object_storage/:id/download | Download object |
| POST | Launcher | /api/v1/object_storage/local_to_cloud | Transfer local to cloud |
| GET | Cloud | /api/v1/resources/types | List object types |
| GET | Cloud | /api/v1/resources/statistics | Storage statistics |
| GET | Cloud | /api/v1/resources/metas | List object metadata |
| GET | Cloud | /api/v1/resources/:id/meta | Object metadata by ID |
| GET | Cloud | /api/v1/resources/object_profile_usages | Object usage by profiles |
| GET | Cloud | /api/v1/resources/:id/delete | Delete object |
| GET | Cloud | /api/v1/resources/:id/restore | Restore from trash |
Extensions
| Method | Base | Endpoint | Description |
|---|---|---|---|
| POST | Launcher | /api/v1/create_extension_from_url | Install extension from URL |
| POST | Cloud | /api/v1/resources/:id/enable_for_profiles | Enable extension |
| POST | Cloud | /api/v1/resources/:id/disable_for_profiles | Disable extension |
Two-Factor Authentication
Base URL: https://api.multilogin.com
| Method | Endpoint | Description |
|---|---|---|
| POST | /user/setup_2fa | Set up 2FA device |
| GET | /user/get_2fa_devices | List 2FA devices |
| POST | /user/revoke_2fa_device | Revoke a 2FA device |
| POST | /workspace/update_2fa | Enable/disable workspace 2FA |
| POST | /user/disable_2fa | Disable user 2FA |