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

Refuel Applications API

The Applications API from Refuel — 1 operation(s) for applications.

Refuel Applications API is one of 2 APIs that Refuel publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Applications. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 1 operation across 1 path, and defines 2 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against a single base URL, https://cloud-api.refuel.ai.

1 operations 1 paths 2 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://cloud-api.refuel.ai
Authentication
HTTP Bearer
Contact
Terms of Service
Resource Areas
1

Authentication & Security 1

Refuel Applications API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Refuel API key supplied as a Bearer token in the Authorization header: Authorization: Bearer .

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.

Applications 1
POST
/applications/{applicationName}/label
Transform rows with a deployed application
labelWithApplication 1 param body → 200401429

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. Each schema is shown below with its type and property counts.

LabelResponse
array
Array of transformed rows. Each item contains the application's output fields; outputs may include confidence scores and explanations per field.
LabelRequest
array
Array of input rows to transform. Each row is an object whose keys are the input fields expected by the target application.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

refuel-ai-applications-api-openapi.yml Raw ↑

Other APIs Refuel publishes across the network.

Refuel Autolabel (Open Source)