curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/asset_evaluations/{evaluation_id}/scores \
--header 'Authorization: <api-key>'[
{
"evaluation_id": "<string>",
"source": "<string>",
"sources": [
"<string>"
],
"assets": [
{
"asset_id": "<string>",
"content_type": "<string>",
"overall_summary": "<string>",
"source": "<string>",
"attributes": [
{
"name": "<string>",
"score": 123,
"explanation": "<string>"
}
]
}
]
}
]curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/asset_evaluations/{evaluation_id}/scores \
--header 'Authorization: <api-key>'[
{
"evaluation_id": "<string>",
"source": "<string>",
"sources": [
"<string>"
],
"assets": [
{
"asset_id": "<string>",
"content_type": "<string>",
"overall_summary": "<string>",
"source": "<string>",
"attributes": [
{
"name": "<string>",
"score": 123,
"explanation": "<string>"
}
]
}
]
}
]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 asset evaluation.
A UUID string identifying the organization.
A UUID string identifying the workspace.