v4

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-13216144508.7 KB
Custom API Management

Create Custom Api

Create a new Custom API.

post/api/custom-apis

Request body

namestring required

API name

descriptionstring nullable

API description

urlstring nullable

API URL

methodstring nullable

HTTP method

headersobject nullable

HTTP headers

bodystring nullable

HTTP body (JSON template)

envobject nullable

Environment variables (secrets)

is_activeboolean

Whether the API is active

Response

Successful Response

idinteger required
user_idinteger required
namestring required
descriptionstring nullable required
urlstring nullable required
methodstring nullable required
headersobject nullable required
bodystring nullable required
envobject nullable required
is_activeboolean required
is_defaultboolean required
created_atstring required
updated_atstring required