Skip to main content
GET
/
api
/
v1
/
llm
/
skills
/
{skill_id}
/
content
Typescript (SDK)
import { SDK } from "@meetkai/mka1";

const sdk = new SDK({
  bearerAuth: "<YOUR_BEARER_TOKEN_HERE>",
});

async function run() {
  const result = await sdk.llm.skills.content({
    skillId: "skill_1710000000000_abc123",
  });

  console.log(result);
}

run();
"<string>"

Authorizations

Authorization
string
header
required

Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.

Path Parameters

skill_id
string
required

Response

200 - application/zip

Skill content as a zip archive

The response is of type file.