HTTP API

Specify HTTP API reference

Overview

The Specify HTTP API is accessible over the following base url:

https://api.specifyapp.com/v2

The Specify HTTP API is currently read-only upon your design data.

Authentication

In order to request the routes of the HTTP API, you need to set a Personal Access Token within your request headers like so:

Authorization: PAT <your-personal-access-token>

Get a Personal Access Token from your user settings ↗︎

Headers

To work with the Specify HTTP API, we recommend the use of the following headers:

Content-Type: application/json
Authorization: PAT <your-personal-access-token>

Endpoints

VerbRouteDescription

POST

Execute the Parsers Engine against a given input and Parsers Rules

Last updated