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": []
}

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