Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Emerge Tools Snapshots API

The Snapshots API from Emerge Tools — 3 operation(s) for snapshots.

Emerge Tools Snapshots API is one of 10 APIs that Emerge Tools publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Snapshots. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and authentication docs.

This API exposes 3 operations across 3 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 0.2.0.

Requests are made against a single base URL, https://api.emergetools.com/.

3 operations 3 paths 2 schemas 1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.2.0
Base URL
https://api.emergetools.com/
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Emerge Tools Snapshots API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-API-Token (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 1 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Snapshots 3
POST
/v1/snapshots/skip
Skip snapshot run
post_v1_snapshots_skip body → 200400500
GET
/v2/snapshots/diff
Get snapshot comparison
get_v2_snapshots_diff 6 params → 200400404
PUT
/v2/snapshots/ignore
Mark snapshot difference as ignored
put_v2_snapshots_ignore body → 200400

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Snapshot (14 properties), SnapshotComparison (10 properties). Each schema is shown below with its type and property counts.

Snapshot
object
14 properties
SnapshotComparison
object
Comparison between head and base snapshots showing visual differences
10 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

emerge-tools-snapshots-api-openapi.yml Raw ↑

Other APIs Emerge Tools publishes across the network.

Emerge Tools Analysis API
Emerge Tools AppHistory API
Emerge Tools BuildDetails API
Emerge Tools Comment API
Emerge Tools DeadCode API
Emerge Tools GetPerfTest API
Emerge Tools Trace API
Emerge Tools Upload API
Emerge Tools UploadFromLink API