| Name | Type | Default | Description |
|---|---|---|---|
| id (required) | string | – | Media id |
- مستندات فنی
Media Get shortcode by id
- توضیحات
- نمونه کد (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"
}