NAiOS IconNAiOS Logo
Volver al catálogo

Neutrino

neutrino

Neutrino API provides a suite of general-purpose APIs for various tasks, including data validation, geolocation, and security.

Acciones
21
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 (21)

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.

Bad Word FilterNEUTRINO_BAD_WORD_FILTERAcción

Tool to detect bad words and profanity in text. use when scanning content for swear words.

Parámetros de entrada

  • catalogstringenum

    Which catalog of bad words to use.

    strictobsceneinsultcustom
  • contentstringObligatorio

    The content to scan (plain text or HTML).

  • callbackstring

    Optional JSONP callback function name.

  • language-codestring

    ISO 639 language code, default is 'en'.

  • catalog-customstring

    Custom list of bad words (comma-separated). Requires catalog set to 'custom'.

  • censor-characterstring

    The character to use for censoring bad words, default is '*'.

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

BIN LookupNEUTRINO_BIN_LOOKUPAcción

Tool to perform a bin (bank iin) lookup. use when you need card details for a bin prefix.

Parámetros de entrada

  • bin-numberanyObligatorio

    The BIN or IIN number (first 6-8 digits of a card)

  • customer-ipanyipv4

    Customer IP address for extra fraud checks

  • output-casestringenum

    Output casing style

    camelCasesnake_case

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

Convert ValueNEUTRINO_CONVERTAcción

Tool to perform unit and currency conversions. use when you need to convert a value from one unit or currency to another. example: convert 100 usd to eur.

Parámetros de entrada

  • to-typestringObligatorio

    The unit or currency code to convert to (e.g., 'EUR', 'm', 'gram').

  • from-typestringObligatorio

    The unit or currency code of the input value (e.g., 'USD', 'kg', 'mile').

  • from-valuestringObligatorio

    The numeric value (as a string) to convert from.

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

Validate and analyze an email addressNEUTRINO_EMAIL_VALIDATEAcción

Tool to parse, validate, and clean an email address. use after gathering the email to ensure deliverability and correct typos.

Parámetros de entrada

  • emailanyObligatorioemail

    The email address to validate.

  • fix-typosboolean

    Automatically attempt to fix common typos in the email address.

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

Verify Email AddressNEUTRINO_EMAIL_VERIFYAcción

Tool to verify and analyze the deliverability of an email address. use when you need smtp-based validation before sending emails.

Parámetros de entrada

  • fastboolean

    For speed over accuracy in verification.

  • emailanyObligatorioemail

    The email address to verify.

  • fix-typosboolean

    Automatically attempt to fix typos in the address.

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

Geocode AddressNEUTRINO_GEOCODE_ADDRESSAcción

Tool to geocode an address. use when you need geographic coordinates for an address or place name.

Parámetros de entrada

  • addressstringObligatorio

    The full address or place name to geocode

  • country-codestring

    ISO 2-letter country code to limit results

  • fuzzy-searchboolean

    Enable enhanced matching for misspelled addresses

  • language-codestring

    ISO 2-letter language code for result translation

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

Reverse GeocodeNEUTRINO_GEOCODE_REVERSEAcción

Tool to convert geographic coordinates to a physical address. use when you have latitude and longitude and need a real-world address.

Parámetros de entrada

  • zoominteger

    The zoom level for returned address detail (1 to 18, default is 18)

  • latitudenumberObligatorio

    The location latitude in decimal degrees format

  • longitudenumberObligatorio

    The location longitude in decimal degrees format

  • country-codestring

    Filter results by ISO 2-letter country code

  • language-codestring

    The language to display results (ISO 639-1 code, default is 'en')

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

HLR LookupNEUTRINO_HLR_LOOKUPAcción

Tool to perform real-time hlr lookup and mobile number validation. use after confirming the number format to retrieve network, reachability, and roaming status.

Parámetros de entrada

  • ipanyipv4

    User's IP address to fetch extra location data

  • numberstringObligatorio

    The mobile phone number in full international format, e.g., +447911123456

  • country-codestring

    ISO 2-letter country code (required if `number` not in international format)

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

Host ReputationNEUTRINO_HOST_REPUTATIONAcción

Tool to check the reputation of a host against dnsbls.

Parámetros de entrada

  • hoststringObligatorio

    The IP address, domain name, or URL to check.

  • zonesstring

    Comma-separated list of DNSBL zones to check. If omitted all relevant zones are checked.

  • list-ratinginteger

    The minimum DNSBL rating level to include in results (integer).

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

HTML CleanNEUTRINO_HTML_CLEANAcción

Tool to clean and sanitize untrusted html. use when you need to strip or neutralize unwanted tags and attributes before rendering.

Parámetros de entrada

  • contentstringObligatorio

    The HTML content to clean.

  • strip-tagsstring

    Comma-separated list of HTML tags to strip entirely (e.g. 'script,iframe').

  • clean-levelstringenum

    The level of cleaning to apply. 'basic', 'relaxed', or 'custom'.

    basicrelaxedcustom
  • output-typestringenum

    The output format. 'plain-text' for text-only output, 'html' for sanitized HTML.

    plain-texthtml
  • strip-attributesstring

    Comma-separated list of HTML attributes to remove (e.g. 'style,onload').

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

HTML RenderNEUTRINO_HTML_RENDERAcción

Tool to render html content into png or pdf. use when you need to convert html snippets or pages into downloadable files.

Parámetros de entrada

  • delayinteger

    Delay in seconds before rendering (useful for pages with JavaScript).

  • formatstring

    Set to 'base64' to return the file as a base64-encoded string instead of binary.

  • contentstringObligatorio

    The HTML content to render.

  • page-widthinteger

    Page width in pixels for the output PDF or image. Ignored if image-width is set.

  • user-agentstring

    Custom User-Agent header for HTTP rendering.

  • image-widthinteger

    Image width in pixels for PNG output, overrides page-width.

  • output-typestringenum

    The output format, either 'png' or 'pdf'. Default is 'png'.

    pngpdf
  • page-heightinteger

    Page height in pixels for the output PDF or image. Ignored if image-height is set.

  • image-heightinteger

    Image height in pixels for PNG output, overrides page-height.

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

Resize ImageNEUTRINO_IMAGE_RESIZEAcción

Tool to resize, crop, and convert images. use when you need to adjust an image to specific dimensions and format before further processing.

Parámetros de entrada

  • fitstringenum

    Fit method: 'scale' to fit or 'crop' to fill the dimensions.

    scalecrop
  • imagestringbinary

    Raw image file bytes (max 10 MB). Required if not providing image-url.

  • widthintegerObligatorio

    Desired output width in pixels (1-5000).

  • formatstringenum

    Output image format. One of png, jpg, webp, gif. Defaults to source format.

    pngjpgwebpgif
  • heightintegerObligatorio

    Desired output height in pixels (1-5000).

  • bgcolorstring

    Background color as hex (e.g. '#ffffff') when padding is needed.

  • image-urlstring

    HTTP or HTTPS URL to the source image (max 10 MB).

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

IP InfoNEUTRINO_IP_INFOAcción

Tool to retrieve ip location and network information. use when you need to look up geographic data, isp, vpn/proxy status, and hostnames for an ip address.

Parámetros de entrada

  • ipstringObligatorioipvanyaddress

    IPv4 or IPv6 address to look up

  • user-agentstring

    User-Agent string for device and browser details

  • vpn-lookupboolean

    Perform VPN and proxy detection

  • reverse-lookupboolean

    Perform a reverse DNS (PTR) lookup

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

IP LookupNEUTRINO_IP_LOOKUPAcción

Tool to geolocate an ip address and retrieve isp, asn, blocklist, and threat metadata. use when you need to enrich an ipv4 or ipv6 address with geolocation and security details.

Parámetros de entrada

  • ipstringObligatorio

    The IP address to lookup (IPv4 or IPv6).

  • reverse-lookupboolean

    Perform a reverse DNS (PTR) lookup. Default is false.

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

IP ProbeNEUTRINO_IP_PROBEAcción

Tool to analyze an ip address to determine its threat level and associated risk factors. use when you need to assess ip address security context.

Parámetros de entrada

  • ipstringObligatorio

    The IPv4 or IPv6 address to analyze

  • user-agentstring

    User-Agent string for device and browser detection

  • forward-lookupboolean

    For domains, perform a DNS A record lookup

  • reverse-lookupboolean

    Perform a reverse DNS lookup to get hostname

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

Phone ValidateNEUTRINO_PHONE_VALIDATEAcción

Tool to validate and lookup phone numbers. use when you need to confirm number format and fetch location, carrier, and type details.

Parámetros de entrada

  • ipanyipv4

    User's IP address to help with number location.

  • numberstringObligatorio

    The phone number to validate in international format.

  • country-codestring

    ISO 2-letter country code (required if number not in international format).

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

QR CodeNEUTRINO_QR_CODEAcción

Tool to generate a qr code image from text or url. use when you need a png or jpg qr code for embedding or download. example: generate a qr code for a url after validating the link.

Parámetros de entrada

  • sizeinteger

    Width and height in pixels (square); default is 256, max 2048

  • stylestringenum

    QR code style; default is normal

    normalroundeddots
  • formatstringenum

    Output image format: png or jpg; default is png

    pngjpg
  • contentstringObligatorio

    The content (text or URL) to encode

  • bg-colorstring

    Hex color for background; default is #FFFFFF

  • fg-colorstring

    Hex color for foreground; default is #000000

  • logo-urlstringuri

    URL of an image to embed at center

  • error-correctionstringenum

    Error correction level L, M, Q, or H; default is M

    LMQH

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

SMS VerifyNEUTRINO_SMS_VERIFYAcción

Tool to send a unique security code via sms. use when verifying a user's phone number after collection.

Parámetros de entrada

  • ipstring

    The user's IP address, used for enhanced verification checks.

  • numberstringObligatorio

    The phone number to send the verification code to, in international format (E.164).

  • brand-namestring

    Your brand name to display in the SMS (up to 30 characters).

  • code-lengthinteger

    The number of digits in the security code (4–12). Default is 5.

  • country-codestring

    Country dialing code if number is in local format, e.g. '44' for the U.K.'

  • code-validityinteger

    How long the code is valid for in minutes (1–1440). Default is 60.

  • language-codestring

    ISO 639 language code for the SMS message. Default is 'en'.

  • security-codestring

    Pass in your own numeric security code. Must only contain digits and match the length given by code-length.

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

UA LookupNEUTRINO_UA_LOOKUPAcción

Tool to parse, validate, and get detailed user-agent information. use when you need to analyze browser, device, and os details from a ua string or client hints.

Parámetros de entrada

  • uastringObligatorio

    The user-agent string to look up.

  • client-hintsstring

    Full set of User-Agent Client Hints HTTP headers as comma-separated string.

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

URL InfoNEUTRINO_URL_INFOAcción

Tool to parse, analyze, and retrieve content from the supplied url. use when you need detailed url metadata or to fetch page content.

Parámetros de entrada

  • urlstringObligatorio

    The URL to analyze

  • fetch-contentboolean

    If true, fetch and return the full content of the URL

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

Verify Security CodeNEUTRINO_VERIFY_SECURITY_CODEAcción

Tool to verify a security code generated by the generate security code api. use after obtaining a code-id and security code to check validity and detect expiration.

Parámetros de entrada

  • ipstring

    Remote IP address to help prevent brute-force attacks.

  • code-idstringObligatorio

    The unique ID returned by the Generate Security Code API.

  • security-codestringObligatorio

    The security code to verify.

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