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"
]
}
}List settings used in asset evaluations. Required permission: read:asset_evaluation.
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.
A UUID string identifying the organization.
A UUID string identifying the workspace.