Skip to content

Get a utility

GET
/v1/utilities/{slug}

One utility’s description, limits and input schema.

Authorizations

apiKey

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

Type
HTTP (bearer)

Parameters

Path Parameters

slug*
Type
string
Required
Valid values
"html-pdf""split-pdf""zip-files""unzip-files""xls-to-xlsx"

Responses

The utility.

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

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

ServiceLabs · a Finnoto company