Body
application/json
Threads post fetch parameters
Response
Post fetched successfully
Array of fetched post data
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": []
}
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": []
}
Threads post fetch parameters
Post fetched successfully
Array of fetched post data
Show child attributes