/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.
defaultPossible values: pipelinestring · enumOptionalDefault:
default or customized. Use customized if default doesn't work for you together with strength.
defaultPossible values: strengthnumber · max: 1OptionalDefault:
Used with customized pipeline. The greater the value the more an image is augmented.
0.75environmentstringOptional
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
http://api.kopikat.co/augmentPOST http://api.kopikat.co/augment?key=text HTTP/1.1
Host:
Content-Type: multipart/form-data
Accept: */*
Content-Length: 18
{
"image": "binary"
}{
"b64image": "text"
}Last updated