cURL
curl --request POST \ --url https://api.thehaystack.ai/v2/bevly/speakers/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Pastor John Smith", "bio": "<string>" } '
{ "speaker": { "id": 123, "name": "Pastor John Smith", "bio": "<string>", "imageUrl": "<string>" } }
Enter your API token from the Haystack dashboard
"Pastor John Smith"
Speaker created
Show child attributes
Full URL to the speaker's image