Dashboard

Overview

There are several metrics available in the dashboard to help you gauge your usage at a glance:

  • # Queries: The total number of requests from your brand.

  • # Queries with labels: The total number of requests we served labels for (billable)

  • # Queries with no data: The total number of requests we have no labels for (not billable)

  • Query Breakdown: A nice donut graph, breaking down the aforementioned numbers.

  • Requests over time: Visual to break down the API's usage over time, in a period of days, weeks and months.

Breaking down the numbers

A "query" is a request you made to the API, regardless of the result.

A "query with labels" is a hit - your request returned with data. Successful requests are billable.

A "query with no data" is a miss - you requested data, but there were none. This will not be billed.