Skip to content

List utilities

GET
/v1/utilities

The utilities this key may call, each with its input JSON Schema and an example.

Authorizations

apiKey

An API key from the console (API keys). Only its SHA-256 is stored; it is shown once.

Type
HTTP (bearer)

Responses

The catalog.

application/json
JSON
{
  
"items": [
  
  
{
  
  
  
"slug": "html-pdf",
  
  
  
"name": "HTML → PDF",
  
  
  
"description": "string",
  
  
  
"category": "string",
  
  
  
"icon": "string",
  
  
  
"target": "string",
  
  
  
"maxDurationSeconds": 900,
  
  
  
"inputSchema": {
  
  
  
},
  
  
  
"exampleInput": {
  
  
  
},
  
  
  
"enabled": true
  
  
}
  
]
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

ServiceLabs · a Finnoto company