Shortcode转Media ID/Convert shortcode to media ID
[中文]#
用途:#
将Instagram帖子的Shortcode转换为Media ID
Shortcode是帖子URL中的唯一标识,如 instagram.com/p/DRhvwVLAHAG/ 中的 DRhvwVLAHAG
参数:#
返回:#
价格:#
[English]#
Purpose:#
Convert Instagram post shortcode to media ID
Shortcode is the unique identifier in post URL, e.g., DRhvwVLAHAG in instagram.com/p/DRhvwVLAHAG/
Parameters:#
shortcode: Post shortcode
Return:#
status: Conversion status
shortcode: Original shortcode
media_id: Converted media ID
Price:#
[示例/Example]#
shortcode = "DRhvwVLAHAG"Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location --request GET 'https://api.tikomni.com/api/u1/v1/instagram/v2/shortcode_to_media_id?shortcode=DRhvwVLAHAG' \
--header 'Authorization: Bearer <token>'
Modified at 2026-04-23 01:11:20