Authentication
Base URL
Section titled “Base URL”All API requests should be made to:
https://api.discolike.com/v1/OpenAPI Specification
Section titled “OpenAPI Specification”The complete API specification is available at api.discolike.com/v1/openapi.json.
API Keys
Section titled “API Keys”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:
curl "https://api.discolike.com/v1/discover?keyword=fintech" \ -H "x-discolike-key: YOUR_API_KEY"