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

ACI.dev functions API

The functions API from ACI.dev — 3 operation(s) for functions.

ACI.dev functions API is one of 4 APIs that ACI.dev publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 9 JSON Schema definitions.

Tagged areas include functions. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 9 JSON Schemas.

This API exposes 3 operations across 3 paths, and defines 9 schemas. It is described by OpenAPI 3.1.0, at version 0.0.1-beta.3.

Requests are made against a single base URL, https://api.aci.dev.

3 operations 3 paths 9 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.0.1-beta.3
Server
https://api.aci.dev
Authentication
API Key
Contact
License
Resource Areas
1

Authentication & Security 1

ACI.dev functions API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-API-KEY (APIKeyHeader).

  • APIKeyHeader — API key for authentication

Paths & Operations 3

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

functions 3
GET
/v1/functions/search
Search Functions
functions-search_functions 5 params → 200422
GET
/v1/functions/{function_name}/definition
Get Function Definition
functions-get_function_definition 2 params → 200422
POST
/v1/functions/{function_name}/execute
Execute
functions-execute 1 param body → 200422

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are OpenAIFunction (4 properties), ValidationError (3 properties), FunctionExecutionResult (3 properties), AnthropicFunctionDefinition (3 properties). Each schema is shown below with its type and property counts.

FunctionExecute
object
2 properties 1 required
FunctionBasic
object
2 properties 2 required
ValidationError
object
3 properties 3 required
OpenAIFunctionDefinition
object
2 properties 1 required
FunctionExecutionResult
object
3 properties 1 required
AnthropicFunctionDefinition
object
3 properties 3 required
InferenceProvider
string
OpenAIFunction
object
4 properties 3 required
HTTPValidationError
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

aci-dev-functions-api-openapi.yml Raw ↑

Other APIs ACI.dev publishes across the network.

ACI.dev app-configurations API
ACI.dev apps API
ACI.dev linked-accounts API