cURL
curl --request POST \ --url https://api.thehaystack.ai/v2/haystack/speakers/{speakerId}/image/upload \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form image='@example-file'
{ "speakerId": 123, "filename": "<string>", "url": "<string>" }
Documentation IndexFetch the complete documentation index at: https://developer.thehaystack.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.thehaystack.ai/llms.txt
Use this file to discover all available pages before exploring further.
Enter your API token from the Haystack dashboard
Image uploaded