# NeetoKB API > NeetoKB API docs guide to manage knowledge base from external channels ## Docs - [Create article](https://apidocs.neetokb.com/api-reference-v1/articles/create.md): Create an article. - [Get article](https://apidocs.neetokb.com/api-reference-v1/articles/get.md): Get an article. - [List articles](https://apidocs.neetokb.com/api-reference-v1/articles/list.md): List all articles. - [Update article](https://apidocs.neetokb.com/api-reference-v1/articles/update.md): Update an article. - [List authors](https://apidocs.neetokb.com/api-reference-v1/authors/list.md): List all authors. - [List categories](https://apidocs.neetokb.com/api-reference-v1/categories/list.md): List all categories. - [Get recommended articles](https://apidocs.neetokb.com/api-reference-v1/recommendations/get.md): Get recommended articles for a given URL or path. - [Get organization settings](https://apidocs.neetokb.com/api-reference-v1/settings/get.md): Get organization settings. - [Add team members](https://apidocs.neetokb.com/api-reference-v1/team-members/add.md): Add team members. - [List team members](https://apidocs.neetokb.com/api-reference-v1/team-members/list.md): List all team members. - [Remove team members](https://apidocs.neetokb.com/api-reference-v1/team-members/remove.md): Remove team members by email. - [Update team member](https://apidocs.neetokb.com/api-reference-v1/team-members/update.md): Update a team member. - [Create article](https://apidocs.neetokb.com/api-reference/articles/create.md): This API allows to create a new article. - [Get article](https://apidocs.neetokb.com/api-reference/articles/get.md): This API allows to fetch article details. - [List articles](https://apidocs.neetokb.com/api-reference/articles/list.md): This API allows to get a list of all articles. - [Update article](https://apidocs.neetokb.com/api-reference/articles/update.md): This API allows to update an existing article. - [List authors](https://apidocs.neetokb.com/api-reference/authors/list.md): This API allows to get a list of all authors. - [List categories](https://apidocs.neetokb.com/api-reference/categories/list.md): This API allows to get a list of all categories. - [Get recommended articles](https://apidocs.neetokb.com/api-reference/recommendations/get.md): This API returns recommended articles based on a specific URL or path. - [Get organization settings](https://apidocs.neetokb.com/api-reference/settings/get.md): This API allows to fetch organization settings. - [Add team members](https://apidocs.neetokb.com/api-reference/team-members/add.md): This API allows to add team members in the workspace. - [List team members](https://apidocs.neetokb.com/api-reference/team-members/list.md): This API allows to list all team members in the workspace. - [Remove team members](https://apidocs.neetokb.com/api-reference/team-members/remove.md): This API allows to remove team members from the workspace by their email addresses. - [Update team member](https://apidocs.neetokb.com/api-reference/team-members/update.md): This API allows to update the details of a team member in the organization. - [Authentication](https://apidocs.neetokb.com/getting-started/authentication.md): Learn how to authenticate your requests to the NeetoKB API using API keys. - [Getting the Article ID](https://apidocs.neetokb.com/getting-started/getting-article-id.md): Understand how to retrieve article identifiers for use in your API calls. - [Getting the Category ID](https://apidocs.neetokb.com/getting-started/getting-category-id.md): Understand how to retrieve category IDs for use in your API calls. - [Identifying subdomain](https://apidocs.neetokb.com/getting-started/identifying-subdomain.md): Learn how to identify your workspace subdomain for API requests. - [Introduction](https://apidocs.neetokb.com/getting-started/introduction.md): Welcome to the NeetoKB API documentation. Learn how to integrate knowledge base management into your applications. - [Pagination](https://apidocs.neetokb.com/getting-started/pagination.md): Learn how to handle paginated responses in the NeetoKB API. - [Quickstart](https://apidocs.neetokb.com/getting-started/quickstart.md): Get started with the NeetoKB API in minutes. Make your first API call and retrieve your articles. You should have your [API key](/getting-started/authentication) & [subdomain](/getting-started/identifying-subdomain) ready with you. - [HTTP Response Codes](https://apidocs.neetokb.com/getting-started/response-codes.md): Understand the HTTP status codes returned by the NeetoKB API. ## OpenAPI Specs - [team-members](https://apidocs.neetokb.com/bundled/team-members.yaml) - [settings](https://apidocs.neetokb.com/bundled/settings.yaml) - [recommendations](https://apidocs.neetokb.com/bundled/recommendations.yaml) - [categories](https://apidocs.neetokb.com/bundled/categories.yaml) - [authors](https://apidocs.neetokb.com/bundled/authors.yaml) - [articles](https://apidocs.neetokb.com/bundled/articles.yaml) - [openapi](https://apidocs.neetokb.com/api-reference/openapi.json)