curl --request POST \
--url https://api.anysite.io/api/instagram/post/comments \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"post": "<string>",
"count": 123,
"timeout": 300
}
'[
{
"id": "<string>",
"text": "<string>",
"@type": "InstagramComment",
"comment_index": 0,
"created_at": 123,
"like_count": 0,
"reply_count": 0,
"parent_id": "<string>",
"user": {
"id": "<string>",
"name": "<string>",
"alias": "<string>",
"url": "<string>",
"@type": "InstagramUserPreview",
"image": "<string>",
"is_verified": false,
"is_private": false
}
}
]Instagram Get Post Comments
curl --request POST \
--url https://api.anysite.io/api/instagram/post/comments \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"post": "<string>",
"count": 123,
"timeout": 300
}
'[
{
"id": "<string>",
"text": "<string>",
"@type": "InstagramComment",
"comment_index": 0,
"created_at": 123,
"like_count": 0,
"reply_count": 0,
"parent_id": "<string>",
"user": {
"id": "<string>",
"name": "<string>",
"alias": "<string>",
"url": "<string>",
"@type": "InstagramUserPreview",
"image": "<string>",
"is_verified": false,
"is_private": false
}
}
]