.. _api_getting_started: Getting started ====================== In this chapter, you can find a recommended sequence of steps that will help you harness your system's complete functionality. .. rubric:: In this chapter: .. contents:: :local: .. tip:: ```` must be substituted into your ip address for FindFace Multi. ```` must be substituted into your token. Gear Up for Work ----------------------- Perform the primary configuration of your system: #. :ref:`Deploy FindFace Multi ` and learn API documentation at ``http:///api-docs``. #. :ref:`Authorize ` with HTTP Basic auth by sending credentials to the login form. #. :ref:`Create an authorization token ` with your session UUID and optionally face authorization. #. Paste a token into the ``API Key`` field in the authorization form: ``Token `` or put it into the Authorization HTTP header. Organize Watch Lists and Card Index --------------------------------------- #. :ref:`Create a new watch list `, using ``POST`` method, or use the default one. #. :ref:`Find watch list ID ` to make a ``POST`` request for :ref:`creating a new card `. #. Perform :ref:`face (car, body) detection ` on the attached photo and copy ``id`` of the necessary object. #. Attach an image of the individual’s :ref:`face `, using ``detection id``. Upload and Process Video File --------------------------------- #. Organize Video Surveillance by :ref:`uploading a video file `. #. Find ``id`` of the video archive by :ref:`listing video archives ` or :ref:`adding new one `. #. :ref:`Attach source video file ` with ``id`` of the video archive. #. :ref:`Start video archive processing `. Data Sources ------------------------ To configure video-based object monitoring, add cameras to FindFace Multi, grouping them subject to their location. #. A default preconfigured camera group is available in the system. :ref:`List available camera group `. #. If necessary, :ref:`create a new camera group `. #. Use camera group ``id`` to make a ``POST`` request for :ref:`creating a new camera `. FindFace Multi in Action ---------------------------------- #. Search for objects in the database of detected objects and card index. :ref:`Learn more `. #. :ref:`Compare two objects ` and verify that they match.