Skip to main content
POST
/
get-hashtags
Get new and trending hashtags
curl --request POST \
  --url https://yppncslmsswqydhhgygz.supabase.co/functions/v1/get-hashtags \
  --header 'Content-Type: application/json' \
  --data '{
  "limit": 20
}'
{
  "success": true,
  "hashtags": [
    "<any>"
  ]
}

Body

application/json
limit
integer
default:20
Required range: 1 <= x <= 100

Response

Successful response

success
boolean
required
hashtags
(any | null)[]
required