curl --request POST \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/website_evaluations/{id}/update_ai_summary \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"ai_summary": "The website shows strong accessibilitycompliance but has performance bottlenecks on mobile.",
"takeaways": [
"Improve image lazy-loading",
"Optimize JavaScript bundle size",
"Add missing ARIA labels"
]
}
'Update the AI-generated summary and/or takeaways for a website evaluation. Both fields are optional and can be updated independently.
curl --request POST \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/website_evaluations/{id}/update_ai_summary \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"ai_summary": "The website shows strong accessibilitycompliance but has performance bottlenecks on mobile.",
"takeaways": [
"Improve image lazy-loading",
"Optimize JavaScript bundle size",
"Add missing ARIA labels"
]
}
'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 this website evaluation.
A UUID string identifying the organization.
A UUID string identifying the workspace.
The AI-generated summary for the website evaluation.
"The website shows strong accessibilitycompliance but has performance bottlenecks on mobile."
List of key takeaways from the evaluation.
500[
"Improve image lazy-loading",
"Optimize JavaScript bundle size",
"Add missing ARIA labels"
]AI summary and/or takeaways updated successfully.