短码转媒体ID/Convert shortcode to media ID
[中文]#
用途:#
将帖子短码(shortcode)转换为数字媒体ID(media_id)
短码是帖子URL中的标识符,如 https://www.instagram.com/p/ABC123xyz/ 中的 ABC123xyz
[English]#
Purpose:#
Convert post shortcode to numeric media_id
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/v3/shortcode_to_media_id?shortcode=CrgVBtHrFHm' \
--header 'Authorization: Bearer <token>'
Modified at 2026-04-23 01:11:20