Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/v1/images \ --header 'Content-Type: multipart/form-data' \ --form image='@example-file'
{ "filename": "<string>", "url": "<string>", "width": 123, "height": 123 }
Завантажує та обробляє нове зображення.
0
1
2
OK