curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/asset_evaluations/scores \
--header 'Authorization: <api-key>'[
{
"evaluation_id": "<string>",
"source": "<string>",
"score": 123
}
]Lists average performance scores for all asset evaluations in a workspace, provi ding a comparative overview of all evaluated assets.
This endpoint returns mean scores across all evaluations, enabling comparison of multiple assets side-by-side. See which ad creative scored highest, which landing page needs improvement, or how product images rank against each other. Perfect for identifying top-performing assets, prioritizing optimization efforts, and making data-driven creative decisions.
When to use: User wants to compare multiple assets, rank evaluations by performance, identify top/bottom performers, get workspace-wide asset overview, or prioritize optimization work.
Common user queries:
Returns: Array of evaluations with mean scores for comparison. Example: [, ]
curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/asset_evaluations/scores \
--header 'Authorization: <api-key>'[
{
"evaluation_id": "<string>",
"source": "<string>",
"score": 123
}
]Documentation Index
Fetch the complete documentation index at: https://docs.shareofmodel.ai/llms.txt
Use this file to discover all available pages before exploring further.
A UUID string identifying the organization.
A UUID string identifying the workspace.