Hyperscience API

Hyperscience API

Hyperscience API Overview

The Hyperscience API uses REST API endpoints and returns responses in JSON. The API supports a variety of use cases, including: Submitting and retrieving files. Submitting and retrieving cases. Retrieving documents, pages, fields, tasks, and more.

Managing API Tokens

API tokens are deprecated for use in production environments. They should be used only for troubleshooting and exploration. For information on authenticating API requests, see Machine to Machine (M2M) Authentication with OAuth 2.0. Every user should use OAuth 2.0 for production purposes.

Using Postman with OAuth and Machine Credentials

This article explains how to create and utilize OAuth 2.0 Machine Credentials from Hypercell to access the API using Postman. Postman is a popular API development platform that helps developers test, build, and modify APIs. It allows users to create and execute requests, allowing them to verify responses from the API.