cURL
curl --request GET \ --url https://recoup-api.vercel.app/api/research/genres
{ "status": "success", "genres": [ { "name": "<string>", "id": 123 } ] }
List all available genre IDs and names. Use these IDs with the discover endpoint at GET /api/research/discover.
Genre list
success
error
Show child attributes
Was this page helpful?