#When using POST https://api.elevenlabs.io/v1/text-to-speech/{voice_id}/with-timestamps, the result

1 messages · Page 1 of 1 (latest)

foggy echoBOT
#
AI-generated Answer for imnotyourdaddynigga

I understand your concern. However, based on the information provided, the POST request to the endpoint https://api.elevenlabs.io/v1/text-to-speech/{VOICE_ID}/with-timestamps does not return an ID for the generated audio content. The response from this request includes the audio content as a base64 encoded string and the timestamps for each character in the provided text, but it does not include a unique identifier for the generated audio.

If you need to link the generated audio with an item in your database, you might consider creating a unique identifier in your own system when you make the request to the ElevenLabs API. This identifier could then be used to link the generated audio content with the corresponding item in your database.

plucky ore
#

In my db, I store all eleven labs data in a property, so I need the tts generation with timestamp to return me an history_item_id so I can fetch all this data