# Neuronwriter

NeuronWriter is a content optimization tool that leverages semantic SEO and AI to enhance content creation and improve search engine rankings.

- **Category:** ai content generation
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 1
- **Triggers:** 0
- **Slug:** `NEURONWRITER`
- **Version:** 20260211_00

## Tools

### Import Content

**Slug:** `NEURONWRITER_IMPORT_CONTENT`

Tool to import content into the editor. Use when updating editor content via HTML or URL.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `id` | string | No | When using URL, the id of the container that holds the content. |
| `url` | string | No | URL to import and parse content from. Required if 'html' not provided. |
| `html` | string | No | HTML content to import. Required if 'url' not provided. |
| `query` | string | Yes | The ID of your query. |
| `title` | string | No | Title of your article; overwrites title from HTML/URL if provided. |
| `accept` | string | No | Override Accept header (defaults to application/json). |
| `api_key` | string | No | Override X-API-KEY header for authentication. |
| `description` | string | No | Meta description; overwrites description from HTML/URL if provided. |
| `content_type` | string | No | Override Content-Type header (defaults to application/json). |
| `extra_headers` | object | No | Additional headers to merge into the request (for testing). |
| `container_class` | string | No | When using URL, the class of the container that holds the content. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
