iNaturalist · Example Payload

Post Annotations

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Post Annotations is an example object payload from iNaturalist, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryparametersexampleResponse

Example Payload

Raw ↑
{
  "operationId": "post-annotations",
  "method": "POST",
  "path": "/annotations",
  "summary": "Annotation Create",
  "parameters": [
    {
      "name": "body",
      "in": "body",
      "description": "Annotation object",
      "schema": {
        "$ref": "#/definitions/PostAnnotation"
      }
    }
  ],
  "exampleResponse": null
}