# Teleskop App ## Docs - [List Channels](https://docs.teleskop.app/api-reference/channels/list-channels.md): Lists all channels for the workspace. - [Introduction](https://docs.teleskop.app/api-reference/introduction.md): Teleskop provides a public REST API which exchanges JSON over HTTPS. In this section, you will find guidance about working with the Teleskop API. - [Create Label](https://docs.teleskop.app/api-reference/labels/create-label.md): Creates a new label in your workspace. - [Delete Label](https://docs.teleskop.app/api-reference/labels/delete-label.md): Deletes a single label by its `id`. - [Retrieve Label](https://docs.teleskop.app/api-reference/labels/get-label.md): Retrieve a single label by its `id`. - [List Labels](https://docs.teleskop.app/api-reference/labels/list-labels.md): Lists all labels in the workspace. - [Update Label](https://docs.teleskop.app/api-reference/labels/update-label.md): Updates a single label. The label to be updated is identified by its `id`. - [Count Posts](https://docs.teleskop.app/api-reference/posts/count-posts.md): Returns post counts based on each channel. - [Delete Post](https://docs.teleskop.app/api-reference/posts/delete-post.md): Deletes a single post by its `id` and `project_id`. - [Retrieve Post](https://docs.teleskop.app/api-reference/posts/get-post.md): Retrieve a single post by its `id` and `project_id`. - [List Posts](https://docs.teleskop.app/api-reference/posts/list-posts.md): Lists all posts that belong to specific projects. - [Update Post Labels](https://docs.teleskop.app/api-reference/posts/update-post-labels.md): Update a single post labels. - [Update Post Sentiment](https://docs.teleskop.app/api-reference/posts/update-post-sentiment.md): Update a single post sentiment status. - [Create Project](https://docs.teleskop.app/api-reference/projects/create-project.md): Creates a new project in your workspace. - [Delete Project](https://docs.teleskop.app/api-reference/projects/delete-project.md): Deletes a single project by its `id`. - [Retrieve Project](https://docs.teleskop.app/api-reference/projects/get-project.md): Retrieve a single project by its `id`. - [List Projects](https://docs.teleskop.app/api-reference/projects/list-projects.md): Lists all projects in the workspace. - [Update Project](https://docs.teleskop.app/api-reference/projects/update-project.md): Updates a single project. The project to be updated is identified by its `id`. ## OpenAPI Specs - [openapi](https://docs.teleskop.app/api-reference/openapi.json) ## Optional - [Knowledge Base](https://teleskop.app/help) - [Blog](https://teleskop.app/blog)