Getting Started
Making Your First Call
There are many ways of communicating with a GraphQL API. You can use a low-level HTTP client like cURL or a dedicated client for the programming language or framework of your choice. The most convenient tool for testing the API and forming queries is Playground. It is an interactive editor which supports features such us autocompletion, error highlighting, setting HTTP headers, and instant access to API documentation in the sidebar.
Let’s take a look at an example query and mutation that you can use in the AVII GraphQL API.
Example query
Here is an example query that fetches three Computer Vision Models and, for each one, returns the ID, name, description, category name, precision, and recall:
The server returns the following JSON: