curl --request POST \
--url https://py-api.hobbo.ai/threads/post \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"is_text_formatted": true
}
'{
"all_reviews": [
{
"query": "<string>",
"thread_id": "<string>",
"author_id": "<string>",
"author_profile_image_url": "<string>",
"author_name": "<string>",
"author_profile_url": "<string>",
"author_full_name": "<string>",
"is_verified_account": true,
"audio": {},
"post_date": "<string>",
"post_captions": "<string>",
"post_stats": {
"reply_count": 123,
"repost_count": 123,
"quote_count": 123,
"reshare_count": 123,
"likes_count": 123
},
"review_media": [
{
"review_media_type": "<string>",
"review_media_url": "<string>",
"thumbnail_url": "<string>"
}
],
"attachement": {},
"post_info": {
"is_spoiler_media": true,
"linked_inline_media": {},
"accessibility_caption": "<string>",
"usertags": {}
},
"attached_post_data": {
"post_info": {},
"review_text": "<string>",
"post_stats": {},
"attachements": {}
}
}
]
}Fetch Threads post details, media, stats, and related attachments.
curl --request POST \
--url https://py-api.hobbo.ai/threads/post \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"is_text_formatted": true
}
'{
"all_reviews": [
{
"query": "<string>",
"thread_id": "<string>",
"author_id": "<string>",
"author_profile_image_url": "<string>",
"author_name": "<string>",
"author_profile_url": "<string>",
"author_full_name": "<string>",
"is_verified_account": true,
"audio": {},
"post_date": "<string>",
"post_captions": "<string>",
"post_stats": {
"reply_count": 123,
"repost_count": 123,
"quote_count": 123,
"reshare_count": 123,
"likes_count": 123
},
"review_media": [
{
"review_media_type": "<string>",
"review_media_url": "<string>",
"thumbnail_url": "<string>"
}
],
"attachement": {},
"post_info": {
"is_spoiler_media": true,
"linked_inline_media": {},
"accessibility_caption": "<string>",
"usertags": {}
},
"attached_post_data": {
"post_info": {},
"review_text": "<string>",
"post_stats": {},
"attachements": {}
}
}
]
}