/augment

Augments an image

Augments an image

post

Multiply your data preserving annotation

Query parameters
keystringRequired

API Key

modestring · enumOptional

default or high-preserved. Use high-preserved if default doesn't work for you.

Default: defaultPossible values:
pipelinestring · enumOptional

default or customized. Use customized if default doesn't work for you together with strength.

Default: defaultPossible values:
strengthnumber · max: 1Optional

Used with customized pipeline. The greater the value the more an image is augmented.

Default: 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
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