| 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 \
--header "Authorization: Bearer YOUR_API_TOKEN" \
--header "Content-Type: application/json" \
--data '{
"id": 2967835229909923253
}'
- نمونه پاسخ (Response example)
{
"status": "done",
"shortcode": "Ckv3mrWq7W1"
}