API-Endpunkt:
https://ai.roccomedia.de/api/v1/images
Beispielanfrage:
curl --location --request GET 'https://ai.roccomedia.de/api/v1/images' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
name
für Name. Standardwert: name
.resolution
256x256
für 256×256, 512x512
für 512×512, 1024x1024
für 1024×1024.style
3d_render
für 3D-Rendering, abstract
für Abstrakt, anime
für Anime, art_deco
für Art Déco, cartoon
für Cartoon, digital_art
für Digitale Kunst, illustration
für Illustration, origami
für Origami, pixel_art
für Pixelkunst, photography
für Fotografie, pop_art
für Pop Art, retro
für Retro, sketch
für Skizze, vaporwave
für Vaporwave.medium
acrylic
für Acryl, canvas
für Leinwand, chalk
für Kreide, charcoal
für Kohle, crayon
für Buntstift, glass
für Glas, ink
für Tinte, pastel
für Pastell, pencil
für Bleistift, spray_paint
für Sprühfarbe, watercolor
für Aquarell.filter
grayscale
für Schwarzweiß, sepia
für Sepia, invert
für Umkehren.favorite
sort_by
id
für Erstellungsdatum, name
für Name. Standardwert: id
.sort
desc
für Absteigend, asc
für Aufsteigend. Standardwert: desc
.per_page
10
, 25
, 50
, 100
. Standardwert: 10
.API-Endpunkt:
https://ai.roccomedia.de/api/v1/images/{id}
Beispielanfrage:
curl --location --request GET 'https://ai.roccomedia.de/api/v1/images/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API-Endpunkt:
https://ai.roccomedia.de/api/v1/images
Beispielanfrage:
curl --location --request POST 'https://ai.roccomedia.de/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
für 256×256, 512x512
für 512×512, 1024x1024
für 1024×1024.style
3d_render
für 3D-Rendering, abstract
für Abstrakt, anime
für Anime, art_deco
für Art Déco, cartoon
für Cartoon, digital_art
für Digitale Kunst, illustration
für Illustration, origami
für Origami, pixel_art
für Pixelkunst, photography
für Fotografie, pop_art
für Pop Art, retro
für Retro, sketch
für Skizze, vaporwave
für Vaporwave.medium
acrylic
für Acryl, canvas
für Leinwand, chalk
für Kreide, charcoal
für Kohle, crayon
für Buntstift, glass
für Glas, ink
für Tinte, pastel
für Pastell, pencil
für Bleistift, spray_paint
für Sprühfarbe, watercolor
für Aquarell.filter
grayscale
für Schwarzweiß, sepia
für Sepia, invert
für Umkehren.API-Endpunkt:
https://ai.roccomedia.de/api/v1/images/{id}
Beispielanfrage:
curl --location --request PUT 'https://ai.roccomedia.de/api/v1/images/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
name
favorite
API-Endpunkt:
https://ai.roccomedia.de/api/v1/images/{id}
Beispielanfrage:
curl --location --request DELETE 'https://ai.roccomedia.de/api/v1/images/{id}' \ --header 'Authorization: Bearer {api_key}'