נקודת גישה ל 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}'
search
search_by
name
עבור שם, result
עבור תוצאה. Defaults to: name
.favorite
sort_by
id
עבור תאריך יצירה, name
עבור שם. Defaults to: id
.sort
desc
עבור בסדר יורד, asc
עבור בסדר עולה. Defaults to: desc
.per_page
10
, 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}'
name
file
description
נקודת גישה ל 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}'
name
result
favorite
נקודת גישה ל 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}'