Skip to main content
POST
/
v1
/
organizations
/
{organization_id}
/
workspaces
/
{workspace_id}
/
reports
Create a baseline report for analysis/search project
curl --request POST \
  --url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/reports \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "analysis": "f41bcbf1-8f7a-46c1-baf3-18c9d1ff1234",
  "search_project_id": null,
  "images_bytes": {
    "average_position_mention_rate_persona_1_image": 82828282,
    "share_of_voice_model_image_persona_1": 82828282,
    "perceived_strenghts_cluster_persona_1_image": 82828282,
    "all_perceived_strenght_persona_1_image": 82828282,
    "strenghts_by_llm_persona_1_image": 82828282,
    "strenght_1_persona_1_image": 82828282,
    "strenght_2_persona_1_image": 82828282,
    "strenght_3_persona_1_image": 82828282,
    "strenght_4_persona_1_image": 82828282,
    "weakness_1_persona_1_image": 82828282,
    "weakness_2_persona_1_image": 82828282,
    "weakness_3_persona_1_image": 82828282,
    "weakness_4_persona_1_image": 82828282,
    "perceived_weaknesses_cluster_persona_1_image": 82828282,
    "all_perceived_weakness_persona_1_image": 82828282,
    "weaknesses_by_llm_persona_1_image": 82828282,
    "attribute_evaluation_brand_persona_1_table": 82828282,
    "attribute_evaluation_brand_persona_1_image": 82828282,
    "sources_global_image": 82828282
  }
}
'
{
  "id": "df2a3b6d-4f5c-47d2-92d4-8b17db3b9159",
  "analysis": "f41bcbf1-8f7a-46c1-baf3-18c9d1ff1234",
  "search_project_id": null,
  "status": "PENDING",
  "url": null,
  "created_by": "e3c7a801-badf-45f2-9113-66a5e1239abc"
}

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.

Authorizations

Authorization
string
header
required

Path Parameters

organization_id
string<uuid>
required

A UUID string identifying the organization.

workspace_id
string<uuid>
required

A UUID string identifying the workspace.

Body

{key}
any

Response

201 - application/json

Successfully created a baseline report entry and triggered background generation.

{key}
any