#I've got an error which apears 10 minutes ago without my changes This conversation failed with the
1 messages · Page 1 of 1 (latest)
The error indicates that the agent you are trying to use requires authorization to start a conversation. This happens when the agent is configured to require a signed link for initiating conversations. The conversation_signature included in the signed link must be valid and not expired.
Here’s what you can do to resolve this issue:
-
Generate a Signed Link: Use the
/v1/convai/conversation/get_signed_urlendpoint to generate a new signed link for the conversation. Ensure that theconversation_signatureis included and valid. -
Check Expiration: Verify that the
conversation_signaturein the signed link has not expired. If it has, you will need to generate a new one. -
Agent Settings: Double-check the settings of your agent to confirm if requiring authorization is intentional. If you want to disable this requirement, you can adjust the agent's settings to make it public or remove the need for signed links.
If you need further assistance with generating the signed link or adjusting the agent's settings, let me know!
can I create it in eleven labs ?
The error indicates that the conversation requires authorization, and you need to generate a signed link using the /v1/convai/conversation/get_signed_url endpoint. This ensures that the conversation_signature is valid and not expired.
Yes, you can create this signed link using ElevenLabs' API. You will need to use the API to call the specified endpoint and generate the required signed URL. Make sure your API key is valid and that you follow the API documentation for proper implementation.
For more details on how to use the API, refer to the API References. If you encounter further issues, ensure your API key is active and that the signature is being generated correctly.
When you created this endpoint ?