Encounters
Create new encounter
Create a new encounter with associated media assets. Requires ReCAPTCHA validation for anonymous submissions.
post/api/v3/encounters
Request body
Example request
{
"assetFilenames": [
"image1.jpg",
"image2.png"
]
}Response
Encounter created successfully
Changes
No recorded changes to this endpoint across all 3 revisions of this API.