sdcalmes/speciesnet

Public
13 runs

Run sdcalmes/speciesnet with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
image
string
Input camera trap image
confidence_threshold
number
0.1

Max: 1

Minimum confidence threshold for detections
iou_threshold
number
0.5

Max: 1

IoU threshold for non-maximum suppression
country_code
string
ISO 3166-1 alpha-3 country code for geographic filtering (e.g., 'USA', 'CAN', 'GBR')
admin1_region
string
First-level administrative division (US state codes like 'CA', 'TX')
model_version
None
v4.0.1a
SpeciesNet model version to use
run_mode
None
full_ensemble
Which components to run
return_top_k
integer
5

Min: 1

Max: 10

Number of top classifications to return

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "object",
  "title": "Output",
  "additionalProperties": true
}