Pull contact info for creators
Find creators matching a profile and pull their contact info in one call.
Request
{
"question": "Find me creators who are tier 1 (UCLA / Berkeley) college students making day in the life videos",
"response_fields": {
"emails": { "type": "array", "description": "One per creator formatted as handle | email" }
}
}Response
{
"conversationId": "...",
"answer": {
"emails": [
"@bruindays | [email protected]",
"@berkeleymornings | [email protected]"
]
}
}