iNaturalist · Example Payload

Post Photos

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Post Photos 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-photos",
  "method": "POST",
  "path": "/photos",
  "summary": "Photo Create",
  "parameters": [
    {
      "name": "file",
      "in": "formData",
      "description": "The photo",
      "type": "file"
    }
  ],
  "exampleResponse": null
}