GET
LovoLovoSpeakersRetrieve speakers
GET
https://api.lowcodeapi.com/lovo/v1/speakers
Query Parameters 3
sortstring
page*string
limitstring
Parameters Description
sortstring
Sort by given order. Available fields are displayName, locale, gender, speakerType, and ageRange. Example: 'displayName:1' (NO whitespace)
page*string
Number of pages to skip.
limitstring
Number of speakers in each page.
Overview

Retrieve all speakers with filter. This API supports pagination.

API Reference Link
https://docs.genny.lovo.ai/reference/retrieve-speakers
Response
API response data will be shown here once the request is completed.
Snippet
cURL
curl -X GET \
 'https://api.lowcodeapi.com/lovo/v1/speakers' \
 -H 'Cache-Control: no-cache' \
 -H 'Content-Type: application/json' --data-raw '{}'
© 2024LowCodeAPI

Last Updated : 2024-12-16 14:03 +00:00