נקודת גישה ל API:
http://tochen.supertech.co.il/api/v1/transcriptions
דוגמת בקשה:
curl --location --request GET 'http://tochen.supertech.co.il/api/v1/transcriptions' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_byname עבור שם, result עבור תוצאה. Defaults to: name.favoritesort_byid עבור תאריך יצירה, name עבור שם. Defaults to: id.sortdesc עבור בסדר יורד, asc עבור בסדר עולה. Defaults to: desc.per_page10, 25, 50, 100. Defaults to: 10.נקודת גישה ל API:
http://tochen.supertech.co.il/api/v1/transcriptions/{id}
דוגמת בקשה:
curl --location --request GET 'http://tochen.supertech.co.il/api/v1/transcriptions/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
נקודת גישה ל API:
http://tochen.supertech.co.il/api/v1/transcriptions
דוגמת בקשה:
curl --location --request POST 'http://tochen.supertech.co.il/api/v1/transcriptions' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --form 'name={name}' \ --form 'file=@{file}'
namefiledescriptionנקודת גישה ל API:
http://tochen.supertech.co.il/api/v1/transcriptions/{id}
דוגמת בקשה:
curl --location --request PUT 'http://tochen.supertech.co.il/api/v1/transcriptions/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
nameresultfavoriteנקודת גישה ל API:
http://tochen.supertech.co.il/api/v1/transcriptions/{id}
דוגמת בקשה:
curl --location --request DELETE 'http://tochen.supertech.co.il/api/v1/transcriptions/{id}' \ --header 'Authorization: Bearer {api_key}'