Skip to content

Authentication

All API requests should be made to:

https://api.discolike.com/v1/

The complete API specification is available at api.discolike.com/v1/openapi.json.

DiscoLike uses API keys for authentication. Create and manage your keys at app.discolike.com/account/management/keys.

Include your API key in the x-discolike-key header:

Terminal window
curl "https://api.discolike.com/v1/discover?keyword=fintech" \
-H "x-discolike-key: YOUR_API_KEY"