curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/analyses/{analysis_id}/prompts \
--header 'Authorization: <api-key>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"analysis_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"prompt": "<string>",
"pipeline": "Sources",
"country": "<string>",
"attribute": "<string>",
"intention": "Product Purchase"
}
]Retrieve all stored prompts for a specific analysis.
curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/analyses/{analysis_id}/prompts \
--header 'Authorization: <api-key>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"analysis_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"prompt": "<string>",
"pipeline": "Sources",
"country": "<string>",
"attribute": "<string>",
"intention": "Product Purchase"
}
]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 analysis.
A UUID string identifying the organization.
A UUID string identifying the workspace.
List of stored prompts for the analysis.
1000Sources - SourcesBrand Awareness - Brand AwarenessSources, Brand Awareness 255255Product Purchase - Product PurchaseInformation Request - Information RequestMedia Retrieval - Media RetrievalProduct Purchase, Information Request, Media Retrieval,