| Name | Type | Default | Description |
|---|---|---|---|
| id (required) | string | – | Media id |
مستندات BoxAPI
API جامع، کامل و ساده
Media Get shortcode by id
- توضیحات
- ویدیوی آموزشی استفاده از APIها در Postman
- نمونه کد (Usage)
curl --request POST \
--url https://boxapi.ir/api/instagram/media/get_shortcode_by_id \
--user 'boxapi_username:boxapi_password' \
--data '{
"id": 2967835229909923253
}'
- نمونه پاسخ (Response example)
{
"status": "done",
"shortcode": "Ckv3mrWq7W1"
}
