POST
/
reddit
/
post
cURL
curl --request POST \
  --url https://py-api.hobbo.ai/reddit/post \
  --header 'Content-Type: application/json' \
  --data '"<any>"'
{
  "all_reviews": []
}

Body

application/json · any

Reddit post/comment fetch parameters

The body is of type any.

Response

Post fetched successfully

The response is of type any.