Appearance
model
Represents a talent / model record.
ACCESS
Directly accessible in:
Gallery ResumeExample
json
{
"id": 123,
"token": null,
"name": "Sarah Jones",
"first_name": "Sarah",
"last_name": "Jones",
"display_name": "S Jones",
"gender": "female",
"pronouns": null,
"handle": "s-jones",
"url": "/portfolios/s-jones",
"current_location": null,
"current_status": null,
"is_traveling": 0,
"is_in_town": 0,
"is_terminated": 0,
"is_published": 0,
"profile": "<p>Sample profile</p>",
"hair_color_id": null,
"eye_color_id": null,
"hair_color": null,
"eye_color": null,
"hair_length": null,
"hair_type": null,
"ethnicity": "White / Caucasian",
"age": 30,
"age_months": 360,
"date_of_birth": "1995-01-31",
"headshot_url": "https://cdn.syngency.com/[agencyId]/models/[modelId]/headshots/[imageId].jpg?[cacheString]",
"ical_feed_url": null,
"created_at": "2025-01-31 12:00:00",
"updated_at": "2025-01-31 12:00:00",
"attachments": [{
"id": 1,
"token": null,
"name": "Brief",
"ext": "pdf",
"filename": "Brief.pdf",
"type": "application/pdf",
"size": "443 KB",
"size_bytes": 453132,
"is_published": 0,
"key": "[agencyId]/models/[modelId]/attachments/[filename]",
"url": "https://cdn.syngency.com/[agencyId]/models/[modelId]/attachments/[filename]?[cacheString]",
"cdn_url": "https://cdn.syngency.com/[agencyId]/models/[modelId]/attachments/[filename]?[cacheString]",
"timestamp": "2025-01-31 12:00:00",
"user_name": "Jane Smith"
}],
"ethnicities": [{
"id": 1,
"name": "White / Caucasian"
}],
"nationalities": [{
"id": 1,
"name": "American"
}],
"divisions": [],
"groups": [{
"id": 1,
"name": "Non Union"
}],
"measurements": [],
"tags": [],
"social": {
"instagram": {},
"tiktok": {},
"youtube": {},
"facebook": {},
"twitter": {},
"snapchat": {},
"soundcloud": {},
"twitch": {}
},
"resume": [{
"heading": "Television",
"items": [{
"year": "2024",
"production": "The Agency",
"role": "Lead"
}]
}],
"posts": [],
"skills": [],
"galleries": [],
"custom_fields": []
}Properties
id
integertoken
stringname
stringfirst_name
stringlast_name
stringdisplay_name
stringgender
stringpronouns
stringhandle
stringurl
stringcurrent_location
stringcurrent_status
stringis_traveling
booleanis_in_town
booleanis_terminated
booleanis_published
booleanprofile
stringFormat: html
Bio/profile text.
hair_color_id
integereye_color_id
integerhair_color
stringeye_color
stringhair_length
stringhair_type
stringethnicity
stringSingle (first) ethnicity value for backwards compatibility. Also see array of ethnicities. Defined in Settings > Types.
age
integerage_months
integerTotal age in months.
date_of_birth
dateheadshot_url
stringFormat: absolute-url
ical_feed_url
stringFormat: absolute-url
created_at
datetimeupdated_at
datetimeattachments
arrayid
integertoken
stringname
stringext
stringfilename
stringtype
stringMIME type.
size
stringHuman-readable file size.
size_bytes
integerFile size in bytes.
is_published
booleankey
stringurl
stringFormat: absolute-url
cdn_url
stringFormat: absolute-url
timestamp
datetimeuser_name
stringName of the user who uploaded the attachment.
ethnicities
arrayArray of ethnicities types, defined in Settings > Types. Also see singular ethnicity.
id
integername
stringnationalities
arrayid
integername
stringdivisions
arrayArray of divisions assigned to the model. Division types are defined in Settings > Types > Divisions.
Array of division objects.
groups
arrayid
integername
stringmeasurements
arrayArray of measurement objects.
tags
arrayArray of tag strings assigned to the model.
Item properties not defined.
social
objectSocial media profiles keyed by service name. Keys are only present if the model has an account for that service.
Object with keys: instagram, tiktok, youtube, facebook, twitter, snapchat, soundcloud, twitch. Each value is a social object.
resume
arrayResume sections, each containing a list of credits. Available in website.model and pdf.resume contexts.
heading
stringitems
arrayyear
stringproduction
stringrole
stringposts
arrayAn array of posts which are attributed to the model. Available in website.model context.
Array of post objects.
skills
arrayAn array of all model skills with a value, defined as named & categorized types via Settings > Types > Skills.
Array of skill objects.
galleries
arrayArray of gallery objects.
custom_fields
arrayArray of custom_field objects.