Neuronwriter
neuronwriterNeuronWriter is a content optimization tool that leverages semantic SEO and AI to enhance content creation and improve search engine rankings.
Acciones disponibles (1)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Import ContentNEURONWRITER_IMPORT_CONTENTAcciónTool to import content into the editor. use when updating editor content via html or url.
NEURONWRITER_IMPORT_CONTENTAcciónTool to import content into the editor. use when updating editor content via html or url.
Parámetros de entrada
idstringWhen using URL, the id of the container that holds the content.
urlstringURL to import and parse content from. Required if 'html' not provided.
htmlstringHTML content to import. Required if 'url' not provided.
querystringObligatorioThe ID of your query.
titlestringTitle of your article; overwrites title from HTML/URL if provided.
acceptstringOverride Accept header (defaults to application/json).
api_keystringOverride X-API-KEY header for authentication.
descriptionstringMeta description; overwrites description from HTML/URL if provided.
content_typestringOverride Content-Type header (defaults to application/json).
extra_headersobjectAdditional headers to merge into the request (for testing).
container_classstringWhen using URL, the class of the container that holds the content.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not