Xenodia Docs
API ReferenceGenerated Reference

Invoke a named capability operation

The descriptor declares which HTTP method and input schema each operation accepts. Unsupported methods return 405.

GET
/v1/capabilities/{slug}/operations/{operation}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

slug*string
operation*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.xenodia.xyz/v1/capabilities/string/operations/string"
{}
{
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "error": "string",
  "message": "string",
  "request_id": "string"
}