Epidemic Sound · Capability

Epidemic Sound Partner Content API — Reporting

Report end-user usage to Epidemic Sound for billing reconciliation and analytics — single events via /v0/usage and bulk events via /v0/analytics/report.

Epidemic Sound Partner Content API — Reporting is a Naftiko capability published by Epidemic Sound, one of 9 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Epidemic Sound, Reporting, Analytics, Usage, and Billing.

Run with Naftiko Epidemic SoundReportingAnalyticsUsageBilling

Capability Spec

reporting.yaml Raw ↑
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