curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/content_briefs \
--header 'Authorization: <api-key>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"analysis_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"analysis_name": "<string>",
"title": "<string>",
"focus": "text",
"strength_clusters": [
"<string>"
],
"weakness_clusters": [
"<string>"
],
"created_at": "<string>",
"last_updated": "<string>",
"nb_iterations": 123
}
]List all content briefs related to a workspace. Required permission: read:analysis.
curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/content_briefs \
--header 'Authorization: <api-key>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"analysis_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"analysis_name": "<string>",
"title": "<string>",
"focus": "text",
"strength_clusters": [
"<string>"
],
"weakness_clusters": [
"<string>"
],
"created_at": "<string>",
"last_updated": "<string>",
"nb_iterations": 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.
text - TEXTimage - IMAGEvideo - VIDEOtext, image, video