Body
application/json
soundcloud review scraping parameters
Response
Post fetched successfully
Array of fetched audio tracks from SoundCloud
curl --request POST \
--url https://py-api.hobbo.ai/soundcloud/audio \
--header 'Content-Type: application/json' \
--data '{
"query": "<string>",
"is_text_formatted": true
}'{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}This endpoint is used to fetch reviews from soundcloud for a specified business.
curl --request POST \
--url https://py-api.hobbo.ai/soundcloud/audio \
--header 'Content-Type: application/json' \
--data '{
"query": "<string>",
"is_text_formatted": true
}'{
"all_reviews": [],
"extra_information": {},
"message": "<string>"
}soundcloud review scraping parameters
Post fetched successfully
Array of fetched audio tracks from SoundCloud
Show child attributes