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

Integry Functions API

The Functions API from Integry — 4 operation(s) for functions.

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

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

This API exposes 4 operations across 4 paths. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://api.integry.io.

4 operations 4 paths 0 schemas 4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.integry.io
Authentication
API Key, API Key, API Key
Contact
Resource Areas
1

Authentication & Security 3

Integry Functions API declares 3 security schemes for authenticating requests. An API key is passed in the header as App-Key (AppKey). An API key is passed in the header as User-ID (UserID). An API key is passed in the header as Hash (Hash). By default, every request must be authenticated.

  • AppKey — Integry application key.
  • UserID — End user identifier within the Integry workspace.
  • Hash — HMAC SHA256 hash of the User-ID using the App-Secret.

Paths & Operations 4

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

Functions 4
POST
/functions/list
List functions
listFunctions → 200
POST
/functions/predict
Predict functions
predictFunctions → 200
POST
/functions/{function_name}/get
Get function
getFunction 1 param → 200
POST
/functions/{function_name}/call
Call function
callFunction 1 param → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

integry-functions-api-openapi.yml Raw ↑

Other APIs Integry publishes across the network.

Integry Apps API