API endpoint:
https://artiro.app/api/v1/speeches
Solicitar ejemplo:
curl --location --request GET 'https://artiro.app/api/v1/speeches' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_byname.voicealloy, echo, fable, onyx, nova, shimmer.formatmp3, flac, aac, opus.favoritesort_byid.sortdesc.per_page10, 25, 50, 100. Predeterminado: 10.API endpoint:
https://artiro.app/api/v1/speeches/{id}
Solicitar ejemplo:
curl --location --request GET 'https://artiro.app/api/v1/speeches/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://artiro.app/api/v1/speeches
Solicitar ejemplo:
curl --location --request POST 'https://artiro.app/api/v1/speeches' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --form 'name={name}' \ --form 'file=@{file}'
namecontentdescriptionalloy, echo, fable, onyx, nova, shimmer.formatmp3, flac, aac, opus.API endpoint:
https://artiro.app/api/v1/speeches/{id}
Solicitar ejemplo:
curl --location --request PUT 'https://artiro.app/api/v1/speeches/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
namefavoriteAPI endpoint:
https://artiro.app/api/v1/speeches/{id}
Solicitar ejemplo:
curl --location --request DELETE 'https://artiro.app/api/v1/speeches/{id}' \ --header 'Authorization: Bearer {api_key}'