get https://api.lytics.io/api/content/topic
Get a list of topics in the content graph.
curl -s -H "Authorization: $LIOKEY" \
-XGET "https://api.lytics.io/api/content/topic?limit=10" | jq '.'
Get a list of topics in the content graph.
curl -s -H "Authorization: $LIOKEY" \
-XGET "https://api.lytics.io/api/content/topic?limit=10" | jq '.'
Try It!
to start a request and see the response here!