Files
api-meditation/image/get public images.bru
T
2026-05-19 19:25:56 +03:30

27 lines
331 B
Plaintext

meta {
name: get public images
type: http
seq: 3
}
get {
url: {{baseUrl}}/images/public
body: multipartForm
auth: inherit
}
params:query {
~image:
}
body:multipart-form {
image: @file(/C:/Users/nourk/Downloads/The water fall.jpg)
title: small
type: public
~description:
}
settings {
encodeUrl: true
}