Clarifai API Clients
Clarifai API provides clients in the most popular languages.
Last updated
Was this helpful?
Clarifai API provides clients in the most popular languages.
Last updated
Was this helpful?
You can access the Clarifai API through clients in many of the most popular programming languages. Our clients are built on and are accessible through HTTP+JSON channels as well as gRPC channels.
Official Clients
Available Clients
Here are installation instructions for three of our most commonly used clients. For information on installing our other clients, please follow the links above.
The key to be used as authorization can be either:
An API key, which is tied to a certain application, or
A Personal Access Token (PAT), which is tied to a user.
Since a user can own multiple applications, using a PAT is more powerful. However, using a PAT also means that you need to specify the application ID to which the request should be applied.
With most endpoints you can freely choose whether to use an API key or a PAT. In this documentation, some code examples use one and some the other. But certain endpoints support only PAT (e.g. creating a new application or a new API key).
()
()