# APIs

Below are the list of APIs that is invoked from Editor

## Knowlg Service

Below are the set of APIs from Knowlg Service that QuML Editor is dependent on.

* [Channel Service](https://knowlg.sunbird.org/learn/product-and-developer-guide/editors/collection-editor-v2/apis#channel-service)
* [Media Service](https://knowlg.sunbird.org/learn/product-and-developer-guide/editors/collection-editor-v2/apis#media-service)
* [Framework Service](https://knowlg.sunbird.org/learn/product-and-developer-guide/editors/collection-editor-v2/apis#framework-service)
* [Assets Search Service](https://knowlg.sunbird.org/learn/product-and-developer-guide/editors/collection-editor-v2/apis#assets-search-service)
* [Object Category Service](https://knowlg.sunbird.org/learn/product-and-developer-guide/editors/collection-editor-v2/apis#object-category-service)
* [Content Service](https://knowlg.sunbird.org/learn/product-and-developer-guide/editors/collection-editor-v2/apis#content-service)

## InQuiry - QuestionSet APIs

Below are the set of QuestionSet APIs from inQuiry Service that QuML Editor is dependent on.

* QuestionSet Create
* QuestionSet Read
* QuestionSet Update
* QuestionSet Hierarchy Read
* QuestionSet Hierarchy Update
* QuestionSet Review
* QuestionSet Reject
* QuestionSet Publish
* QuestionSet System Update

Details of the APIs can be found [here](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/questionset-apis)

## InQuiry - Question APIs

Below are the set of Question APIs from inQuiry Service that QuML Editor is dependent on.

* Question Create
* Question Update
* Question List
* Question Read
* Question Review
* Question Publish
* Question Reject
* Question System Update

Details of the APIs can be found [here](https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-service/apis/question-apis)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://inquiry.sunbird.org/learn/product-and-developer-guide/question-and-question-set-editor/apis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
