Skip to main content
GET
/
api
/
sonic
/
overview
Overview
curl --request GET \
  --url https://api.example.com/api/sonic/overview
{
  "profile": {
    "dimensions": [
      {
        "coverage_pct": 50,
        "slug": "<string>",
        "title": "<string>",
        "territories_hit": [
          "<string>"
        ],
        "territories_total": 0
      }
    ],
    "overall_coverage_pct": 0,
    "total_sources": 0
  },
  "blind_spots": [
    {
      "dimension_slug": "<string>",
      "dimension_title": "<string>",
      "territory_description": "<string>",
      "territory_slug": "<string>",
      "territory_title": "<string>",
      "adjacent_explored": [
        "<string>"
      ],
      "suggested_artists": [
        "<string>"
      ],
      "suggested_works": [
        "<string>"
      ]
    }
  ],
  "influences": [
    {
      "name": "<string>",
      "contexts": [
        "<string>"
      ],
      "mention_count": 1,
      "role": "artist",
      "source_ids": [
        "<string>"
      ]
    }
  ]
}

Response

200 - application/json

Successful Response

Combined response for the Crate dashboard.

profile
SonicProfile · object
required

Aggregate aesthetic profile across all 6 dimensions.

blind_spots
BlindSpot · object[]
influences
InfluenceNode · object[]