Wizard Upload API Documentation
Introduction
The Wizard Upload API allows users to upload accounts (sessions + JSON) to the application.
Endpoint
Method: POST
URL: /upload-wizard
Request Body
folder
(String, required): The folder containing the accounts to be checked for spambots.phones
(List, required): The list of phones to be checkedremove_sessions
(Boolean, optional): Option to terminate sessions (Yes or No).change_2fa
(String, optional): Option to change 2FA (Yes or No).duplicate_sessions
(Boolean, optional): Option to create a duplicate session
Example Request Body
{
"phones" : [],
"folder": "active",
"remove_sessions": true | false,
"change_2fa": ,// pass same as in docs\account-management\profile-2fa-change.md
"duplicate_sessions": true | false,
}