Knowledge Engines
Get the knowledge engine creation schema
Get the JSON Schema for the specified knowledge engine's creation parameters.
Get the JSON Schema for the specified knowledge engine's creation parameters.
X-API-Key<token>
In: header
Path Parameters
plugin_id*string
Plugin ID (author/name format)
Response Body
application/json
curl -X GET "https://example.com/api/v1/knowledge/engines/string/creation-schema"{ "code": 0, "data": { "schema": {} }}