Methods

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

GET

https://api.smelter.ai/v1/mentions/<account_name>/<project_name>

Use this method to get mentions from your project.

GET

https://api.smelter.ai/v2/projects

Returns a list of all projects in the account.

GET

https://api.smelter.ai/v2/projects/<project_name>

Returns project settings.

POST

<host>/api/project_markup/<account:name>/<project:name>

Use this method to upload custom markup (tags, aspects and sentiment).

POST

https://api.smelter.ai/v2/projects/<project_name>

Creates new project.

PUT

https://api.smelter.ai/v2/projects/<project_name>

Updates project settings.

DELETE

https://api.smelter.ai/v2/projects/<project_name>

Removes project from the account. Important: this operation is irreversible.

Contacts