cURL
curl --request GET \ --url https://api.example.com/speakers/similar
[ { "id": 123, "name": "<string>", "metadata": "<string>" } ]
Similar speakers
Was this page helpful?