v1

latestOpenAPI 3.0.32026-07-17291237.2 KB
Encounters

Create new encounter

Create a new encounter with associated media assets. Requires ReCAPTCHA validation for anonymous submissions.

post/api/v3/encounters

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

Encounter 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