curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/analyses/parameters \
--header 'Authorization: <api-key>'{
"brands": [
"brand1",
"brand2"
],
"categories": [
"category1",
"category2"
],
"personas": [
"persona1",
"persona2"
],
"attributes": [
"attribute1",
"attribute2"
]
}Returns distinct values for common analysis parameters such as brands, categories, personas
curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/analyses/parameters \
--header 'Authorization: <api-key>'{
"brands": [
"brand1",
"brand2"
],
"categories": [
"category1",
"category2"
],
"personas": [
"persona1",
"persona2"
],
"attributes": [
"attribute1",
"attribute2"
]
}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.