Skip to main content
GET
/
v1
/
organizations
/
{organization_id}
/
workspaces
/
{workspace_id}
/
asset_evaluations
/
settings
List asset evaluations settings
curl --request GET \
  --url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/asset_evaluations/settings \
  --header 'Authorization: <api-key>'
{
  "asset_types": [
    "image",
    "text",
    "video"
  ],
  "models": {
    "text": [
      "gpt-5",
      "gpt-4o",
      "gpt-5.2",
      "gpt-5.4-mini",
      "gemini-2.0-flash",
      "gemini-2.5-flash",
      "gemini-3-flash-preview",
      "meta-llama-3.3-70B-instruct-turbo",
      "meta-llama-4-maverick"
    ],
    "image": [
      "gpt-5",
      "gpt-4o",
      "gpt-5.2",
      "gpt-5.4-mini",
      "gemini-2.0-flash",
      "gemini-2.5-flash",
      "gemini-3-flash-preview",
      "meta-llama-4-maverick"
    ],
    "video": [
      "gemini-2.0-flash",
      "gemini-2.5-flash",
      "gemini-3-flash-preview"
    ]
  },
  "communication_types": {
    "text": [
      "Brand Taglines",
      "Social Media Captions",
      "Campaign Messaging",
      "Email Campaign Copy",
      "Landing Page Headlines",
      "Product Descriptions",
      "Blog Post",
      "Other Text Category"
    ],
    "image": [
      "Campaign Visuals",
      "Social Media Ads",
      "Website Page",
      "Product Feature Highlights",
      "Display Banners",
      "Not Specified Image"
    ],
    "video": [
      "Social Media Shorts",
      "Customer Testimonial",
      "Campaign Ads",
      "YouTube Video",
      "User-Generated Content",
      "Other Video Category"
    ]
  },
  "file_extensions": {
    "text": [
      "png",
      "jpeg",
      "jpg",
      "webp",
      "pdf",
      "docx"
    ],
    "image": [
      "png",
      "jpeg",
      "jpg",
      "gif",
      "webp"
    ],
    "video": [
      "mp4",
      "avi",
      "mov"
    ]
  }
}

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.

Response

200 - application/json
asset_types
string[]
models
object
communication_types
object
file_extensions
object