| Name | Type | Default | Description |
|---|---|---|---|
| username | string | – | Username of the Instagram account |
| password | string | – | Password of the Instagram account |
مستندات BoxAPI
API جامع، کامل و ساده
Direct Login
- توضیحات
- ویدیوی آموزشی استفاده از APIها در Postman
- نمونه کد (Usage)
curl --request POST \
--url https://di.boxapi.ir/api/login \
--user 'boxapi_username:boxapi_password' \
--data '{
"username": "your_instagram_username",
"password": "your_instagram_password"
}'
- نمونه پاسخ (Response example)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
