נקודת גישה ל 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}'
search
search_by
name
עבור שם. Defaults to: name
.resolution
256x256
עבור 256×256, 512x512
עבור 512×512, 1024x1024
עבור 1024×1024, 1792×1024
עבור 1792×1024, 1024×1792
עבור 1024×1792.style
3d_render
עבור עיבוד תלת מימד, abstract
עבור אבסטרקט, anime
עבור אנימה, art_deco
עבור ארט דקו, cartoon
עבור סרטון מופשט, digital_art
עבור אמנות דיגיטלית, illustration
עבור איור, origami
עבור אוריגמי, pixel_art
עבור פיקסל ארט, photography
עבור צילום, pop_art
עבור פופ ארט, retro
עבור רטרו, sketch
עבור סקיצה, vaporwave
עבור Vaporwave.medium
acrylic
עבור אקרילי, canvas
עבור קאנבאס, chalk
עבור גיר, charcoal
עבור פחם, crayon
עבור Crayon, glass
עבור זכוכית, ink
עבור דיו, pastel
עבור פסטל, pencil
עבור עפרון, spray_paint
עבור ספריי צבע, watercolor
עבור צבעי מים.filter
grayscale
עבור שחור לבן, sepia
עבור Sepia, invert
עבור Invert.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/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}'
name
description
resolution
256x256
עבור 256×256, 512x512
עבור 512×512, 1024x1024
עבור 1024×1024, 1792×1024
עבור 1792×1024, 1024×1792
עבור 1024×1792.style
3d_render
עבור עיבוד תלת מימד, abstract
עבור אבסטרקט, anime
עבור אנימה, art_deco
עבור ארט דקו, cartoon
עבור סרטון מופשט, digital_art
עבור אמנות דיגיטלית, illustration
עבור איור, origami
עבור אוריגמי, pixel_art
עבור פיקסל ארט, photography
עבור צילום, pop_art
עבור פופ ארט, retro
עבור רטרו, sketch
עבור סקיצה, vaporwave
עבור Vaporwave.medium
acrylic
עבור אקרילי, canvas
עבור קאנבאס, chalk
עבור גיר, charcoal
עבור פחם, crayon
עבור Crayon, glass
עבור זכוכית, ink
עבור דיו, pastel
עבור פסטל, pencil
עבור עפרון, spray_paint
עבור ספריי צבע, watercolor
עבור צבעי מים.filter
grayscale
עבור שחור לבן, 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}'
name
favorite
נקודת גישה ל 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}'