נקודת גישה ל API:
http://tochen.supertech.co.il/api/v1/images
דוגמת בקשה:
curl --location --request GET 'http://tochen.supertech.co.il/api/v1/images' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_byname עבור שם. Defaults to: name.resolution256x256 עבור 256×256, 512x512 עבור 512×512, 1024x1024 עבור 1024×1024, 1792×1024 עבור 1792×1024, 1024×1792 עבור 1024×1792.style3d_render עבור עיבוד תלת מימד, abstract עבור אבסטרקט, anime עבור אנימה, art_deco עבור ארט דקו, cartoon עבור סרטון מופשט, digital_art עבור אמנות דיגיטלית, illustration עבור איור, origami עבור אוריגמי, pixel_art עבור פיקסל ארט, photography עבור צילום, pop_art עבור פופ ארט, retro עבור רטרו, sketch עבור סקיצה, vaporwave עבור Vaporwave.mediumacrylic עבור אקרילי, canvas עבור קאנבאס, chalk עבור גיר, charcoal עבור פחם, crayon עבור Crayon, glass עבור זכוכית, ink עבור דיו, pastel עבור פסטל, pencil עבור עפרון, spray_paint עבור ספריי צבע, watercolor עבור צבעי מים.filtergrayscale עבור שחור לבן, sepia עבור Sepia, invert עבור Invert.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/images/{id}
דוגמת בקשה:
curl --location --request GET 'http://tochen.supertech.co.il/api/v1/images/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
נקודת גישה ל API:
http://tochen.supertech.co.il/api/v1/images
דוגמת בקשה:
curl --location --request POST 'http://tochen.supertech.co.il/api/v1/images' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'name={name}' \ --data-urlencode 'description={description}'
namedescriptionresolution256x256 עבור 256×256, 512x512 עבור 512×512, 1024x1024 עבור 1024×1024, 1792×1024 עבור 1792×1024, 1024×1792 עבור 1024×1792.style3d_render עבור עיבוד תלת מימד, abstract עבור אבסטרקט, anime עבור אנימה, art_deco עבור ארט דקו, cartoon עבור סרטון מופשט, digital_art עבור אמנות דיגיטלית, illustration עבור איור, origami עבור אוריגמי, pixel_art עבור פיקסל ארט, photography עבור צילום, pop_art עבור פופ ארט, retro עבור רטרו, sketch עבור סקיצה, vaporwave עבור Vaporwave.mediumacrylic עבור אקרילי, canvas עבור קאנבאס, chalk עבור גיר, charcoal עבור פחם, crayon עבור Crayon, glass עבור זכוכית, ink עבור דיו, pastel עבור פסטל, pencil עבור עפרון, spray_paint עבור ספריי צבע, watercolor עבור צבעי מים.filtergrayscale עבור שחור לבן, sepia עבור Sepia, invert עבור Invert.נקודת גישה ל API:
http://tochen.supertech.co.il/api/v1/images/{id}
דוגמת בקשה:
curl --location --request PUT 'http://tochen.supertech.co.il/api/v1/images/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
namefavoriteנקודת גישה ל API:
http://tochen.supertech.co.il/api/v1/images/{id}
דוגמת בקשה:
curl --location --request DELETE 'http://tochen.supertech.co.il/api/v1/images/{id}' \ --header 'Authorization: Bearer {api_key}'