Skip to main content
GET
/
api
/
sonic
/
profile
Profile
curl --request GET \
  --url https://api.example.com/api/sonic/profile
{
  "dimensions": [
    {
      "coverage_pct": 50,
      "slug": "<string>",
      "title": "<string>",
      "territories_hit": [
        "<string>"
      ],
      "territories_total": 0
    }
  ],
  "overall_coverage_pct": 0,
  "total_sources": 0
}

Response

200 - application/json

Successful Response

Aggregate aesthetic profile across all 6 dimensions.

dimensions
DimensionScore · object[]
overall_coverage_pct
number
default:0
Required range: 0 <= x <= 100
total_sources
integer
default:0