API endpoint:
https://artiro.app/api/v1/transcriptions
Solicitar ejemplo:
curl --location --request GET 'https://artiro.app/api/v1/transcriptions' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_byname.favoritesort_byid.sortdesc.per_page10, 25, 50, 100. Predeterminado: 10.API endpoint:
https://artiro.app/api/v1/transcriptions/{id}
Solicitar ejemplo:
curl --location --request GET 'https://artiro.app/api/v1/transcriptions/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://artiro.app/api/v1/transcriptions
Solicitar ejemplo:
curl --location --request POST 'https://artiro.app/api/v1/transcriptions' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --form 'name={name}' \ --form 'file=@{file}'
namefiledescriptionlanguageAPI endpoint:
https://artiro.app/api/v1/transcriptions/{id}
Solicitar ejemplo:
curl --location --request PUT 'https://artiro.app/api/v1/transcriptions/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
nameresultfavoriteAPI endpoint:
https://artiro.app/api/v1/transcriptions/{id}
Solicitar ejemplo:
curl --location --request DELETE 'https://artiro.app/api/v1/transcriptions/{id}' \ --header 'Authorization: Bearer {api_key}'