curl --request POST \
--url https://api.shareofmodel.ai/v1/organizations \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"plan": "pilot",
"modules": [
"Assets"
],
"user_quota": 1,
"workspace_quota": 1,
"analysis_quota": 1,
"asset_evaluation_quota": 1,
"search_credits": 1,
"logo": "<string>",
"salesforce_code": "<string>",
"contract_end_date": "2023-12-25",
"is_active": true
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"plan": "pilot",
"user_quota": 1073741823,
"workspace_quota": 1073741823,
"analysis_quota": 1073741823,
"workspace_count": 123,
"modules": [
"<string>"
],
"asset_evaluation_quota": 1073741823,
"search_credits": 1073741823,
"logo": "<string>",
"salesforce_code": "<string>",
"contract_end_date": "2023-12-25",
"is_active": true
}Create a new organization with required plan and modules (CSM or staff only). The logo field is omitted from the response unless include_logo=true.
curl --request POST \
--url https://api.shareofmodel.ai/v1/organizations \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"plan": "pilot",
"modules": [
"Assets"
],
"user_quota": 1,
"workspace_quota": 1,
"analysis_quota": 1,
"asset_evaluation_quota": 1,
"search_credits": 1,
"logo": "<string>",
"salesforce_code": "<string>",
"contract_end_date": "2023-12-25",
"is_active": true
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"plan": "pilot",
"user_quota": 1073741823,
"workspace_quota": 1073741823,
"analysis_quota": 1073741823,
"workspace_count": 123,
"modules": [
"<string>"
],
"asset_evaluation_quota": 1073741823,
"search_credits": 1073741823,
"logo": "<string>",
"salesforce_code": "<string>",
"contract_end_date": "2023-12-25",
"is_active": true
}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.
If set to true, include the logo field in the response. Defaults to false.
pilot - pilotstarter - startersuite - suiteenterprise - enterprisepilot, starter, suite, enterprise 1Assets - AssetsModels - ModelsSearch - SearchSources - SourcesShopping - ShoppingWebsite - WebsiteDashboard - DashboardAssets, Models, Search, Sources, Shopping, Website, Dashboard x >= 0x >= 0x >= 0x >= 0x >= 0255pilot - pilotstarter - startersuite - suiteenterprise - enterprisepilot, starter, suite, enterprise 0 <= x <= 21474836470 <= x <= 21474836470 <= x <= 21474836470 <= x <= 21474836470 <= x <= 2147483647SalesForce organization code
50Contract end date