/augment
Augments an image
Multiply your data preserving annotation
Query parameters
keystringRequired
API Key
modestring · enumOptionalDefault:
default
or high-preserved
. Use high-preserved
if default
doesn't work for you.
default
Possible values: pipelinestring · enumOptionalDefault:
default
or customized
. Use customized
if default
doesn't work for you together with strength
.
default
Possible values: strengthnumber · max: 1OptionalDefault:
Used with customized
pipeline. The greater the value the more an image is augmented.
0.75
environmentstringOptional
Add some text here like snow on the road, winter
to update the environment.
Body
imagestring · binaryRequired
Initial image for augmentation
Responses
200
Successful Response
application/json
401
Unauthorized
application/json
422
Validation Error
application/json
post
POST /augment HTTP/1.1
Host: api.kopikat.co
Content-Type: multipart/form-data
Accept: */*
Content-Length: 18
{
"image": "binary"
}
{
"b64image": "text"
}
Last updated