cURL
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/skills/definitions/{skill_type}/validate \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Validate a configuration for a specific skill type.
Returns the validated and normalized configuration.
The body is of type Configuration · object.
Configuration · object
Successful Response
Was this page helpful?