Triage

Welcome to the Hatching Triage API documentation.

The v0 API endpoints in the cloud version of Hatching Triage are considered stable. Minor changes will be made in a backwards compatible manner where possible and will be described in the changelog below.

For researchers and customers, we provide an API to automate sample analysis. The API is REST-like and includes event-driven actions.

The public cloud API lives at https://tria.ge/api/v0/.

The private cloud API lives at https://private.tria.ge/api/v0/.

The RecordedFuture sandbox API lives at https://sandbox.recordedfuture.com/api/v0/.

The endpoints described in the API documentation use this base URL as prefix.

One might also be interested in our official API client implemented in Go and Python.

Our FAQ might have the answer you are looking for.

In case you have any questions or suggestions regarding the API, please reach out to us on support@hatching.io.

Changelog

  • 2022-09-09: The first_name and last_name fields in the User object have been deprecated in favor of the name field. Please see the User Management page for more information.