ApiAi generation
Generate skill via AI
Generate an Agent Skill using AI with SSE streaming. Returns progress, thinking, token, and completion events.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/skills/generate" \ -H "Content-Type: application/json" \ -d '{ "intent": "stringstri" }'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}