مستندات BoxAPI
API جامع، کامل و ساده

Get Tags

Name Type Default Description
id (required) int User id
count int 12 Number of media to retrieve (max: 50)
max_id string None Use for pagination
curl --request POST \
--url https://boxapi.ir/api/instagram/user/get_tags \
--user 'boxapi_username:boxapi_password' \
--data '{
        "id": 173560420,
        "count": 12
    }'