NAiOS IconNAiOS Logo
Volver al catálogo

Neuronwriter

neuronwriter

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

Acciones
1
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool to import content into the editor. use when updating editor content via html or url.

Parámetros de entrada

  • idstring

    When using URL, the id of the container that holds the content.

  • urlstring

    URL to import and parse content from. Required if 'html' not provided.

  • htmlstring

    HTML content to import. Required if 'url' not provided.

  • querystringObligatorio

    The ID of your query.

  • titlestring

    Title of your article; overwrites title from HTML/URL if provided.

  • acceptstring

    Override Accept header (defaults to application/json).

  • api_keystring

    Override X-API-KEY header for authentication.

  • descriptionstring

    Meta description; overwrites description from HTML/URL if provided.

  • content_typestring

    Override Content-Type header (defaults to application/json).

  • extra_headersobject

    Additional headers to merge into the request (for testing).

  • container_classstring

    When using URL, the class of the container that holds the content.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not