Imago API
Version: 1.3.5
Upload an Image
Servers |
---|
https://imago.api.seequent.com/integrate/2 |
POST
/imageUploads an image of a specified image type to an imagery.
Request
Responses
200
Successful response.
Response schema
imageryIdstring
New imagery's identifier (related to start/end depth, x/y/z etc..).
imageIdstring
New image's identifier (related to image attached to imagery)
Example response
{
"imageId": "4dba5ebd-264f-4135-8420-1293f61c4e59",
"imageryId": "c2019bd6-34aa-4561-ab2f-8802fa5ff3a9"
}
401
Unauthorized
422
The request could not be completed using the supplied parameters.
500
Internal error occurred during the request.