v1

latestOpenAPI 3.0.32026-07-17291237.2 KB
Individuals

Create new individual

Create a new marked individual (requires authentication)

post/api/v3/individuals

Request body

submissionIdstring uuid required

UUID linking to uploaded files via ResumableUpload

assetFilenamesstring[]

List of filenames from the upload session

Example request

{
  "assetFilenames": [
    "image1.jpg",
    "image2.png"
  ]
}

Response

Individual created successfully

successboolean
statusCodeinteger
idstring uuid

UUID of the created object

class'encounters' | 'individuals' | 'occurrences' | 'annotations'
locationIdstring

For encounters only

submissionDatestring date-time

For encounters only

errorsobject[]
debugstring