curl --request POST \
--url https://api.anysite.io/api/instagram/post \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"post": "<string>",
"timeout": 300
}
'[
{
"id": "<string>",
"code": "<string>",
"url": "<string>",
"image": "<string>",
"@type": "InstagramPost",
"text": "<string>",
"created_at": 123,
"like_count": 0,
"comment_count": 0,
"reshare_count": 0,
"view_count": 123,
"user": {
"id": "<string>",
"name": "<string>",
"alias": "<string>",
"url": "<string>",
"@type": "InstagramUserPreview",
"image": "<string>",
"is_verified": false,
"is_private": false
},
"type": "<string>",
"media": [],
"carousel_media_count": 0,
"is_paid_partnership": false
}
]Instagram Get Post by ID
curl --request POST \
--url https://api.anysite.io/api/instagram/post \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"post": "<string>",
"timeout": 300
}
'[
{
"id": "<string>",
"code": "<string>",
"url": "<string>",
"image": "<string>",
"@type": "InstagramPost",
"text": "<string>",
"created_at": 123,
"like_count": 0,
"comment_count": 0,
"reshare_count": 0,
"view_count": 123,
"user": {
"id": "<string>",
"name": "<string>",
"alias": "<string>",
"url": "<string>",
"@type": "InstagramUserPreview",
"image": "<string>",
"is_verified": false,
"is_private": false
},
"type": "<string>",
"media": [],
"carousel_media_count": 0,
"is_paid_partnership": false
}
]Successful Response
Show child attributes