Profile Upload API Documentation

    Introduction

    The Profile Upload API allows clients to upload profile pictures on Telegram so that individuals can see them.

    Endpoint

    Method: POST
    URL: /profile-pic-upload

    Request Body FORM

    • pictures (List, required): List of paths to pictures
    • folder (String, required): The folder containing the accounts to be checked for spambots.
    • phones (List, required): The list of phones to be checked
    • batch_size (Optional, required): The size of each batch for processing.

    Example Request Body

    {
        "pictures": FORM-UPLOAD,
        "folder": "active",
        "phones": ["123456789", "123456780"],
    }