Comment on page
API Introduction
This reference section lays out how to extract unstructured data using our AI products. A Sypht AI product is essentially an intelligent model that extracts a collection of fields from a document. We have a whole range of different AI products that meet different business needs. To learn more about our AI products you can contact us here.
Before getting started, you'll need to signup for a Sypht account. By signing up you'll gain free trial subscriptions to a handful of our AI products out of the box and you'll be granted API credentials that will enable you to generate a
bearerToken
to access the Sypht API.For a complete list of the AI products offered, visit app.sypht.com/marketplace. You'll gain a free trial subscription upon signing up.
In as little as three steps, you can start Sypht-ing.
In the responses, Sypht returns these HTTP status codes for successful requests:
Status | Description |
---|---|
200 OK | The request succeeeded |
Status | Message | Cause |
---|---|---|
400 Bad Request | Validation errors | A descriptive message will be returned to explain the specific error encountered. |
401 Unauthorized | Invalid credentials | Credentials entered are incorrect. |
Last modified 1yr ago