naftiko: 1.0.0-alpha2 info: label: Epidemic Sound Partner Content API — Reporting description: >- Report end-user usage to Epidemic Sound for billing reconciliation and analytics — single events via /v0/usage and bulk events via /v0/analytics/report. tags: - Epidemic Sound - Reporting - Analytics - Usage - Billing created: '2026-05-25' modified: '2026-05-25' binds: - namespace: env keys: EPIDEMIC_SOUND_API_KEY: EPIDEMIC_SOUND_API_KEY capability: consumes: - type: http namespace: reporting baseUri: https://partner-content-api.epidemicsound.com description: Usage reporting endpoints. resources: - name: analytics-report path: /v0/analytics/report operations: - name: reportUsageBulk method: POST description: Report end-user usage events in bulk. - name: usage path: /v0/usage operations: - name: reportUsage method: POST description: Report a single usage event. authentication: type: apikey key: x-api-key value: '{{env.EPIDEMIC_SOUND_API_KEY}}' placement: header