curl --request GET \
--url 'https://api.keyapi.ai/v1/instagram/shortcode_to_media_id?shortcode=DRhvwVLAHAG' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": {
"status": true,
"shortcode": "DRhvwVLAHAG",
"media_id": "3774507992167247878"
},
"requestId": "08f4e902-e360-43ac-8513-47f9d9ee9b4d"
}Convert the shortcode of an Instagram post to a media ID. The shortcode is the unique identifier in the post URL, e.g., DRhvwVLAHAG in instagram.com/p/DRhvwVLAHAG/
curl --request GET \
--url 'https://api.keyapi.ai/v1/instagram/shortcode_to_media_id?shortcode=DRhvwVLAHAG' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": {
"status": true,
"shortcode": "DRhvwVLAHAG",
"media_id": "3774507992167247878"
},
"requestId": "08f4e902-e360-43ac-8513-47f9d9ee9b4d"
}π€ Why Code When AI Can Do It For You?
Stop writing code like itβs 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.