# Getting Started

## 1. Get client\_id and password

Fell free to contact Person in Chare in [here ](https://risetai.gitbook.io/face-docs/others/contat-person)to get new `client_id` and `password` .

## 2. Get Accestoken

Get `Acccestoken` to be able to hit API, please refer to this [API](https://risetai.gitbook.io/face-docs/authtenant#1-post-client-login) to get the `Accestoken`.

## 3. Take a Peek in Topology of API

The following is a generic top-level view of the system. You are the client.

![Topology](https://873995307-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MiuJbSRreY1a02H9zwH%2F-MjDa37lOcNhN0akd51g%2F-MjDcWwUYdkMFXBu4nU3%2Findex.png?alt=media\&token=f4b3beff-32ff-4d6f-8777-fe755bd312e9)

* **Client** is the admin or the owner of several FaceGallery. The lient is your program (application) that is accessing our API. The client may have access to multiple FaceGallery.
* **FaceGallery** is a collection of users from a place or area. Think of it as a “database”.
* **User** is the person who uses the API for recognition. User will give their **face** (to be exact) in the database.

## 4. Create New Facegallery

FaceGallery is a collection of users, please refer to this [API ](https://risetai.gitbook.io/face-docs/apis/face-api#post-facegallery-create-facegallery)to make a new Facegallery.

## 5. Play with the API

Try to [enroll ](https://risetai.gitbook.io/face-docs/apis/face-api#post-facegallery-enroll-face)a user and then try [identification](https://risetai.gitbook.io/face-docs/apis/face-api#post-facegallery-identify-face) and [verification](https://risetai.gitbook.io/face-docs/apis/face-api#post-facegallery-verify-face).

## 6. Still in trouble?

Look at [the tutorial for hitting API with Postman](https://risetai.gitbook.io/face-docs/others/postman-setting) or the [contact ](https://risetai.gitbook.io/face-docs/others/contat-person)person in charge.

{% embed url="<https://documenter.getpostman.com/view/16178629/UVkmRHYF>" %}
Postman Face API - Collections
{% endembed %}
