> **Documentation Index:** Fetch the complete configuration index at https://help.smelter.ai/en/llms.txt

# Methods

Smelter.ai API is based on HTTP and uses a request-response protocol.

#|

|| GET 
```xml
https://api.smelter.ai/v1/mentions/<account_name>/<project_name>
```
| Use this method to get mentions from your project.||
|| GET 
```xml
https://api.smelter.ai/v2/projects
```
| Returns a list of all projects in the account.||
|| GET 
```xml
https://api.smelter.ai/v2/projects/<project_name>
```
| Returns project settings.||
|| POST
```xml
<host>/api/project_markup/<account:name>/<project:name>
```
| Use this method to upload custom markup (tags, aspects and sentiment).||
|| POST 
```xml
https://api.smelter.ai/v2/projects/<project_name>
```
| Creates new project.||
|| PUT 
```xml
https://api.smelter.ai/v2/projects/<project_name>
```
| Updates project settings.||
|| DELETE 
```xml
https://api.smelter.ai/v2/projects/<project_name>
```
| Removes project from the account. **Important:** this operation is irreversible.||
|#

<a href="../contacts">
  <span class="button">Contacts</span>
</a>


