Create a new resource
Resource Authorization
Create a new resource
Create an LLM resource and assign the authenticated caller as owner. If overwrite is true, existing direct relationships for the resource are replaced.
POST
Create a new resource
Documentation Index
Fetch the complete documentation index at: https://docs.mka1.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
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>.
Headers
Optional external end-user identifier forwarded by the API gateway.
Body
application/json
Type of LLM resource
Available options:
completion, file, vector_store, conversation, response, skill Unique identifier for the resource
Minimum string length:
1Pattern:
^(\*|[a-zA-Z0-9_-]+)$Whether to overwrite existing resource ownership
Response
Resource created successfully
The response is of type any.