Welcome to the TetraScience application programming interface (API) reference. This guide describes various REST API operations for the Tetra Scientific Data and AI Cloud, related request and response structures, and error codes.
The TetraScience API accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, JSON Web Token (JWT) authentication, and HTTP methods (verbs).
Common Workflows
The TetraScience API provides methods to programmatically do the following:
- Search for and view information about specific files
- Modify files
- Manage Tetra Integrations
- Create and run Tetra Data Pipelines
- Get details on specific pipeline workflows
- Manage artifacts
- Manage system administration settings for logins, tenants, organizations, and users
- Manage event subscriptions
Example API Setups
For example TetraScience API setups, see the ts-scientific-data-cloud-api-examples GitHub repo.