curl --request POST \
--url https://api.shareofmodel.ai/v1/organizations/filter \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
}
]Filter organizations by given criteria. The logo field is omitted unless include_logo=true.
curl --request POST \
--url https://api.shareofmodel.ai/v1/organizations/filter \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
}
]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.