Blog

Find out about the latest from Cloudmersive.

Understand Every API Request with Cloudmersive API Analytics
8/3/2026 - Brian O'Neill


Analytics Concept

Cloudmersive API requests arrive from applications, automated workflows, cloud platforms, and low-code tools throughout the day, but the activity behind those requests isn’t always easy to see from the application side alone.

Cloudmersive Analytics brings that activity into view. From broad usage trends to individual request records, customers can use the Cloudmersive Management Portal (CMP) to understand how their Cloudmersive services are being used, investigate unexpected behavior, and make better-informed operational decisions.

That visibility becomes especially valuable as more teams and applications begin sharing the same API platform. A sudden increase in request volume might reflect a successful rollout, an unusually busy workflow, or an integration calling an endpoint more often than intended. A response-time spike might line up with larger files, or an increase in failed requests might point to one API, one key, or one recurring request pattern.

Cloudmersive Analytics gives customers a practical place to begin answering those questions. In this post, we’ll take a brief look at the broader Analytics experience before taking a page-by-page tour of the API Analytics center.

Big picture: Cloudmersive Analytics turns activity into operational context

Cloudmersive Analytics is designed to support several different kinds of visibility across the Cloudmersive platform. Customers can review broad account activity, search request logs and threat-detection results, analyze individual API usage, and access specialized analytics experiences for products such as Reverse Proxy, ICAP Server, Threat Detection, and Storage Protection.

Analytics Page CMP - Safe to Use

Each view answers a different operational question. A security team might need to investigate threat findings from scanned files, while an application owner may be more interested in request volume, response times, or failed API calls. Bringing these experiences together inside the CMP makes it easier to move from a high-level observation to the specific activity behind it.

Analytics is observational: it shows teams what happened and provides the evidence needed for investigation. It complements the API configurations, security policies, and workflow logic that determine what applications should do next.

Finding Analytics in the Cloudmersive Management Center

We’ll begin on the Cloudmersive Management Center page. This is the main navigation point for Cloudmersive account and platform capabilities, including API Keys, API Console, API Endpoints, deployment options, payment and subscription management, Access Management, and Analytics.

CMP Screenshot (upper portion) - Safe to Use

The Analytics option appears alongside the other major Management Center capabilities. Selecting it opens the central Analytics page, where customers can choose the reporting experience that matches the part of the platform they want to investigate.

Choosing the right Analytics experience

The Analytics landing page organizes available reporting tools into clear categories. Overview provides account-wide request-volume, error-rate, and response-time trends on a live timeline. Search supports investigation of API request logs and threat-detection results.

From the same page, customers can open API Analytics for API logging and operational measurements, including request volume, response time, response codes, and request size. Dedicated options are also available for Reverse Proxy Analytics, ICAP Server Analytics, Threat Detection Analytics, and Storage Protect Analytics.

Analytics Page CMP - Safe to Use

This separation keeps each analytics experience focused without fragmenting access. Customers can begin with the type of activity they care about and then move into a purpose-built view with the relevant filters, charts, and logs.

For the rest of this tour, we’ll zoom in on the API Analytics experience.

Begin with the API Analytics Overview

The Overview page provides the broadest view of recent API activity. It brings several core measurements together so customers can assess the general health and shape of their API usage before diving deeper into an individual chart or request.

API Analytics Overview - Safe to Use

Filters across the top of the page let customers narrow the report by API, Endpoint, and Key. The page also includes controls for Time range, Granularity, and Time zone, followed by a Refresh button. These options make it possible to move between a broad account view and the activity associated with a specific integration.

The main report area presents four complementary measurements:

  • Average Response Time (ms) shows the general response-time trend and a P95 response-time measurement.
  • Request Volume shows the number of successful requests over the selected period.
  • Failed Requests highlights unsuccessful API activity.
  • Avg Request Size (MB) shows how the average submitted payload changes over time.

Viewed together, these charts provide useful context that would be easy to miss when looking at a single measurement. A rise in response time, for example, may be more meaningful when it occurs alongside a sharp increase in request volume or average request size.

The Top Requests section below the charts provides another way to understand activity. Customers can adjust their time range, choose which columns appear, and review request and failure information filtered by API path. That makes the Overview page a natural starting point for deciding which part of API activity deserves a closer look.

Investigate individual requests with Raw Logs

Charts are excellent for recognizing patterns, but troubleshooting often comes down to individual events. The Raw Logs page exposes request-level activity so customers can see the records behind broader API trends.

API Analytics - Raw Logs - Safe to Use

Focus - Raw Logs - Safe to Use

The Configure Report area lets customers choose the relevant Deployment Type, Key, and API. A results-count control determines how many records are returned, while the Enable Export option supports analysis outside the portal when a broader data set is needed. Selecting View Logs loads the matching request activity.

The table breaks each request into practical operational fields:

  • Date / Time (UTC) identifies when the request occurred.
  • API Path identifies the HTTP method and endpoint that received the request.
  • HTTP Response Code shows the outcome returned to the calling application.
  • Response Time (ms) records how long the request took to complete.
  • Request Body Size (bytes) shows the size of the submitted payload.
  • Client/User Agent helps identify the application, SDK, connector, or workflow associated with the request.

In the example shown, the records include Advanced Virus Scan API calls made through a C# client and Virus Scan API calls originating from Microsoft workflow services. This makes the page useful for more than confirming whether a request succeeded; customers can connect request behavior to the systems generating it and compare response time or payload size across different clients.

The page also includes a standard table search and a Custom Search Builder. These tools help narrow a busy request history when a team is investigating a particular time, endpoint, response pattern, or client. Copy and download controls make it easier to retain or share the current result set during troubleshooting.

Understand usage patterns with Request Volume

The Request Volume Chart shifts the view from individual records back to activity over time. It helps customers understand how frequently an API is being called and how that usage changes throughout the selected reporting period.

API Analytics - Request Volume Chart - Safe to Use

Focus - Request Volume Chart - Safe to Use

The report can be configured by Deployment Type, Key, and API. Customers can also select a reporting window and time interval before choosing View Chart. This allows the same page to support both broader trend analysis and a more focused view of short-term activity.

The chart plots Requests per Unit Time, making recurring patterns and unusual spikes easy to recognize. A customer might use this view to confirm that a newly deployed application is generating expected traffic, understand the busiest periods for an automated workflow, or notice that one integration has become much more active than usual.

Volume alone doesn’t indicate whether activity is healthy or problematic, but it provides essential context for every other measurement. A response-time increase during a request spike means something different from the same increase during otherwise quiet activity. The chart’s copy and download controls also make it straightforward to move the visualization into a report or share it with another team.

Identify reliability trends with Failed Request Volume

The Failed Request Volume Chart isolates unsuccessful activity. Instead of mixing failed calls into total usage, it gives customers a dedicated place to see when failures occurred and whether they formed a broader pattern.

API Analytics - Failed Request Volume Chart - Safe to Use

Focus - Failed Requests Chart - Safe to Use

This page uses the same familiar report controls for Deployment Type, Key, API, reporting window, and time interval. The consistent layout makes it easy to compare failure data against the Request Volume chart without rebuilding the report from scratch.

The chart measures Failed Requests per Unit Time. In the supplied example, no failed requests appear in the selected window. That clean result is useful in its own right: it confirms that the activity represented elsewhere in the report did not produce a visible failure trend during the same period.

When failures do appear, their timing provides a starting point for investigation. Customers can compare the spike with total request volume, then move into Raw Logs to inspect HTTP response codes, API paths, clients, and request sizes associated with that period. This movement from trend to evidence is one of the most useful qualities of the API Analytics experience.

Monitor performance with the Response Time Chart

The Response Time Chart shows how long API requests take to complete over time. It gives customers a clear performance trend that can be compared with changes in traffic or payload size.

API Analytics - Response Time Chart - Safe to Use

Focus - Response Time Chart - Safe to UseFocus - Response Time Chart - Safe to UseFocus - Response Time Chart - Safe to UseFocus - Response Time Chart - Safe to Use

Along with the standard Deployment Type, Key, API, date-range, and interval controls, this page includes a measurement selector shown as Average in the supplied screenshot. After the report is configured, selecting View Chart plots response time in milliseconds.

The focused chart makes typical activity and outliers easy to distinguish. Most response times in the example remain comparatively low, while one request period rises sharply above the surrounding measurements. That spike is a signal to investigate, not a conclusion by itself.

Customers can compare the timing of an outlier with the Request Volume Chart and Request Size Chart, then use Raw Logs to examine the individual requests involved. This helps separate a one-time large or complex request from a sustained performance trend affecting an integration more broadly.

Add workload context with the Request Size Chart

The Request Size Chart completes the tour by showing how average submitted payload size changes over time. Request size can provide important context for response-time and usage analysis, especially for APIs that process files or other substantial request bodies.

API Analytics - Request Size Chart - Safe to Use

Focus - Request Size Chart - Safe to Use

Customers can filter the chart by Deployment Type, Key, and API, then choose the reporting window and interval used to group results. The chart displays Average Request Size (bytes) for each unit of time.

In the focused example, several pronounced peaks stand out from the normal request-size pattern. Those peaks may correspond to larger file submissions or periods when a different workload was active. Comparing their timestamps with response-time and volume data helps customers determine whether payload size contributed to a performance change or simply reflects expected variation in the files being processed.

For request-level confirmation, Raw Logs provides the exact Request Body Size (bytes) associated with individual calls. Together, the chart and log view support both quick pattern recognition and detailed follow-up.

Move naturally from monitoring to investigation

The real value of API Analytics becomes clear when its pages are used together. The Overview page provides a broad operational picture. The dedicated charts isolate volume, failures, response time, and request size. Raw Logs then supplies the individual records needed to explain what happened.

A customer might notice a response-time spike, confirm that it aligns with a large request, identify the relevant endpoint and calling client in Raw Logs, and determine whether the event was isolated or repeated. The same workflow can begin with a failure trend, an unexpected traffic increase, or a change in average payload size.

Simply put, Cloudmersive API Analytics gives customers a clearer line of sight from platform-wide activity to the requests behind it. That visibility makes routine monitoring easier and gives developers, IT teams, and operations teams a shared source of evidence when something needs attention.

Explore API Analytics

Cloudmersive customers can access Analytics through the Cloudmersive Management Portal and select API Analytics to begin exploring their request activity. From there, the Overview, Raw Logs, and dedicated chart pages provide several complementary ways to understand API usage and investigate operational trends.

To learn more about making API Analytics part of your monitoring and troubleshooting process, contact a Cloudmersive representative for guidance tailored to your environment.

600 free API calls/month, with no expiration

Sign Up Now or Sign in with Google    Sign in with Microsoft

Questions? We'll be your guide.

Contact Sales