ApiDomain alignment
Get a specific domain alignment report
X-API-Key<token>
API Key for programmatic access
In: header
Path Parameters
domainId*string
UUID of the domain
Format
uuidreportId*string
UUID of the report
Format
uuidResponse Body
application/json
curl -X GET "https://example.com/domains/497f6eca-6276-4993-bfeb-53cbbbba6f08/alignment/reports/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"domainId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"domainName": "nike.com",
"summary": {
"overallAlignmentScore": 0.78,
"averageAttributeScores": {
"Innovation": 0.82,
"Trustworthiness": 0.74
},
"attributeAlignmentSummary": [
{
"name": "Innovation",
"mentionRate": "85%",
"alignment": "Strong"
}
]
},
"detailedResults": [
{
"model": "gpt-5",
"promptIndex": 0,
"originalPrompt": "How innovative is Nike?",
"llmResponse": "Nike is widely recognized for its innovative approach to footwear.",
"attributeScores": [
{
"attribute": "Innovation",
"score": 0.85,
"evaluation": "Strong alignment with innovation messaging"
}
],
"citations": [
{
"url": "https://nike.com/air-max",
"title": "Nike Air Max",
"text": "Innovation at its core."
}
],
"toolUsage": [
{
"type": "web_search",
"parameters": {
"query": "Nike innovation 2026"
}
}
]
}
],
"reportDate": "2026-05-25T10:30:00.000Z"
}