Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lists all evidences for a speaker verification
cURL
curl --request GET \ --url https://api.beyondwords.io/v1/organization/voices/{voice_id}/speaker_verification/evidences \ --header 'X-Api-Key: <api-key>'
[ { "id": 1, "speaker_verification_id": 10, "file": { "url": "https://example.com/evidence1.jpg" }, "created": "2024-01-01 00:00:00 UTC", "updated": "2024-01-01 00:00:05 UTC" }, { "id": 2, "speaker_verification_id": 10, "file": { "url": "https://example.com/evidence2.jpg" }, "created": "2024-01-02 00:00:00 UTC", "updated": "2024-01-02 00:00:05 UTC" } ]
Voice ID
OK
Unique identifier for the object
ID of the speaker verification this evidence belongs to
Evidence file
Show child attributes
Time at which the object was created (ISO 8601)
Time at which the object was updated (ISO 8601)
Was this page helpful?