Skip to main content
POST
/
threads
/
post
cURL
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": {}
      }
    }
  ]
}

Body

application/json

Threads post fetch parameters

query
string
required

Provide proper Threads post URL

is_text_formatted
boolean
default:true

Controls text formatting in output

Response

Post fetched successfully

all_reviews
object[]

Array of fetched post data