POST /v1/reddit/search
#Example
curl -X POST /v1/reddit/search \
-H "Authorization: Bearer your-token" \
-H "Content-Type: application/json" \
-d '{
"query": "sanctum",
"type": "comments",
"sort": "top"
}'
#Pricing
Credits are only deducted for successful requests.