How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Macrometa Function API

The Function API from Macrometa — 18 operation(s) for function.

Macrometa Function API is one of 63 APIs that Macrometa publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Function. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 23 operations across 18 paths, and defines 14 schemas. It is described by OpenAPI 3.0.0, at version 0.17.17.

Requests are made against a single base URL, https://api-play.paas.macrometa.io.

23 operations 18 paths 14 schemas 4 DELETE9 GET8 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
0.17.17
Base URL
https://api-play.paas.macrometa.io
Authentication
API Key, HTTP Bearer
License
Macrometa License, Version 2.0
Resource Areas
1

Authentication & Security 2

Macrometa Function API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (ApiKeyAuth). It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

  • ApiKeyAuth — Provide an API Key to the Authorization header, prefixed with "apikey". Example: Authorization: apikey
  • BearerAuth — Provide a JSON Web Token (JWT) to the Authorization header, prefixed with "bearer". Example: Authorization: bearer

Paths & Operations 23

Across 18 paths, the API surfaces 23 operations — 4 DELETE, 9 GET, 8 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Function 23
GET
/_fabric/{fabric}/_api/function
List multiple edge functions.
ListAllFunctionWorkerByType 2 params → 200400401403404
POST
/_fabric/{fabric}/_api/function/generate
Deploy the query worker to the edge worker.
GenerateFunctionWorkerFromQueryWorker 5 params → 202400401403404
POST
/_fabric/{fabric}/_api/function/generate/publisher
Deploy the stream publisher to the edge worker.
GenerateFunctionWorkerFromStreamPublisher 6 params → 202400401403404
POST
/_fabric/{fabric}/_api/function/generate/query
Deploy the stream adhoc query to the edge worker.
GenerateFunctionWorkerFromStreamQuery 5 params → 202400401403404
GET
/_fabric/{fabric}/_api/function/{fx-name}
Get edge function information.
GetFunctionWorkerByFunctionName 2 params → 200400401403404
DELETE
/_fabric/{fabric}/_api/function/{fx-name}
Remove a edge function.
DeleteFunctionWorkerByFunctionName 2 params → 204400401403404
POST
/_fabric/{fabric}/_api/function/invoke/{fx-name}
Invoke a edge function.
InvokeFunctionWorkerByFunctionName 3 params → 201400401403404
GET
/_fabric/{fabric}/_api/function/metadata
Get metadata about the edge worker.
GetFunctionWorkerMetadata 1 param → 200400401403404
PUT
/_fabric/{fabric}/_api/function/metadata
Modify the edge worker metadata.
ModifyFunctionWorkerMetadata 1 param body → 201400401403404
POST
/_fabric/{fabric}/_api/function/metadata
Create the edge worker metadata.
UpdateFunctionWorkerMetadata 1 param body → 201400401403404
DELETE
/_fabric/{fabric}/_api/function/metadata
Remove the edge worker metadata.
RemoveFunctionWorkerMetadata 1 param → 204400401403404
POST
/api/faas/v1/deploy
Deploy the function
handle_mm_deploy body → 200401403404500503
GET
/api/faas/v1/download/{functionName}
Download the latest version of a function
handle_latest_mm_download 2 params → 200401403404500503
GET
/api/faas/v1/download/{functionName}/{version}
Download the function
handle_mm_download 3 params → 200401403404500503
DELETE
/api/faas/v1/function/{functionName}
Delete All Versions
handle_all_mm_delete_function 1 param → 200401403404500503
DELETE
/api/faas/v1/function/{functionName}/{version}
Delete a Specific Version of a Function
handle_mm_delete_function 2 params → 200401403404500503
GET
/api/faas/v1/functions
Retrieve Function Names
handle_mm_functions → 200401403404500503
GET
/api/faas/v1/function/{functionName}/versions
Retrieve Function Versions
handle_mm_versions 1 param → 200401403500503
POST
/api/faas/v1/execute/{functionName}
Execute the Latest Version of a Function
handle_latest_mm_execute 1 param body → 200401403404500
POST
/api/faas/v1/execute/{functionName}/{versionOrAlias}
Execute the Function with Alias or Version Parameter
handle_mm_execute 2 params body → 200401403404500
PUT
/api/faas/v1/function/{functionName}/alias/{aliasName}
Update the Alias
handle_mm_alias_update 2 params body → 200401403404500503
GET
/api/faas/v1/function/{functionName}/alias/{aliasName}
Retrieve the Alias
handle_mm_alias 2 params → 200401403404500503
GET
/api/faas/v1/function/{functionName}/aliases
Retrieve All Aliases
handle_mm_aliases 1 param → 200401403404500503

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are function_worker_metadata (8 properties), modify_function_worker_metadata (8 properties), error_example_rc_400 (4 properties), error_example_rc_403 (4 properties). Each schema is shown below with its type and property counts.

edge_worker_rc_200
object
3 properties
error_example_rc_404
object
4 properties 1 required
error_example_rc_403
object
4 properties 1 required
set_function_metadata_example_rc_201
object
3 properties
invoke_function_worker_rc_200
object
Array of key value pairs.
FunctionDataForm
object
2 properties 2 required
headers
error_example_rc_400
object
4 properties 1 required
modify_function_worker_metadata
object
8 properties
function_worker_metadata
object
8 properties 8 required
function_worker_metadata_rc_200
object
3 properties
list_edge_worker_rc_200
error_example_rc_401
object
4 properties 1 required
generate_edge_worker_from_query_worker_rc_200
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

macrometa-function-api-openapi.yml Raw ↑

Other APIs Macrometa publishes across the network.

Macrometa Activity Metrics API
Macrometa Administration API
Macrometa API key API
Macrometa API Keys API
Macrometa Authentication API
Macrometa Billing API
Macrometa Cache API
Macrometa Change History API
Macrometa Collections API
Macrometa Components API
Macrometa Connections API
Macrometa Connectors API
Where this information came from

This is an independent, third-party profile of Macrometa Function API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.