Neutrino
neutrinoNeutrino API provides a suite of general-purpose APIs for various tasks, including data validation, geolocation, and security.
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ónTool to detect bad words and profanity in text. use when scanning content for swear words.
NEUTRINO_BAD_WORD_FILTERAcciónTool to detect bad words and profanity in text. use when scanning content for swear words.
Parámetros de entrada
catalogstringenumWhich catalog of bad words to use.
strictobsceneinsultcustomcontentstringObligatorioThe content to scan (plain text or HTML).
callbackstringOptional JSONP callback function name.
language-codestringISO 639 language code, default is 'en'.
catalog-customstringCustom list of bad words (comma-separated). Requires catalog set to 'custom'.
censor-characterstringThe character to use for censoring bad words, default is '*'.
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
BIN LookupNEUTRINO_BIN_LOOKUPAcciónTool to perform a bin (bank iin) lookup. use when you need card details for a bin prefix.
NEUTRINO_BIN_LOOKUPAcciónTool to perform a bin (bank iin) lookup. use when you need card details for a bin prefix.
Parámetros de entrada
bin-numberanyObligatorioThe BIN or IIN number (first 6-8 digits of a card)
customer-ipanyipv4Customer IP address for extra fraud checks
output-casestringenumOutput casing style
camelCasesnake_case
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
Convert ValueNEUTRINO_CONVERTAcciónTool 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.
NEUTRINO_CONVERTAcciónTool 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-typestringObligatorioThe unit or currency code to convert to (e.g., 'EUR', 'm', 'gram').
from-typestringObligatorioThe unit or currency code of the input value (e.g., 'USD', 'kg', 'mile').
from-valuestringObligatorioThe numeric value (as a string) to convert from.
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
Validate and analyze an email addressNEUTRINO_EMAIL_VALIDATEAcciónTool to parse, validate, and clean an email address. use after gathering the email to ensure deliverability and correct typos.
NEUTRINO_EMAIL_VALIDATEAcciónTool to parse, validate, and clean an email address. use after gathering the email to ensure deliverability and correct typos.
Parámetros de entrada
emailanyObligatorioemailThe email address to validate.
fix-typosbooleanAutomatically attempt to fix common typos in the email address.
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
Verify Email AddressNEUTRINO_EMAIL_VERIFYAcciónTool to verify and analyze the deliverability of an email address. use when you need smtp-based validation before sending emails.
NEUTRINO_EMAIL_VERIFYAcciónTool to verify and analyze the deliverability of an email address. use when you need smtp-based validation before sending emails.
Parámetros de entrada
fastbooleanFor speed over accuracy in verification.
emailanyObligatorioemailThe email address to verify.
fix-typosbooleanAutomatically attempt to fix typos in the address.
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
Geocode AddressNEUTRINO_GEOCODE_ADDRESSAcciónTool to geocode an address. use when you need geographic coordinates for an address or place name.
NEUTRINO_GEOCODE_ADDRESSAcciónTool to geocode an address. use when you need geographic coordinates for an address or place name.
Parámetros de entrada
addressstringObligatorioThe full address or place name to geocode
country-codestringISO 2-letter country code to limit results
fuzzy-searchbooleanEnable enhanced matching for misspelled addresses
language-codestringISO 2-letter language code for result translation
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
Reverse GeocodeNEUTRINO_GEOCODE_REVERSEAcciónTool to convert geographic coordinates to a physical address. use when you have latitude and longitude and need a real-world address.
NEUTRINO_GEOCODE_REVERSEAcciónTool 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
zoomintegerThe zoom level for returned address detail (1 to 18, default is 18)
latitudenumberObligatorioThe location latitude in decimal degrees format
longitudenumberObligatorioThe location longitude in decimal degrees format
country-codestringFilter results by ISO 2-letter country code
language-codestringThe language to display results (ISO 639-1 code, default is 'en')
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
HLR LookupNEUTRINO_HLR_LOOKUPAcciónTool to perform real-time hlr lookup and mobile number validation. use after confirming the number format to retrieve network, reachability, and roaming status.
NEUTRINO_HLR_LOOKUPAcciónTool 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
ipanyipv4User's IP address to fetch extra location data
numberstringObligatorioThe mobile phone number in full international format, e.g., +447911123456
country-codestringISO 2-letter country code (required if `number` not in international format)
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
Host ReputationNEUTRINO_HOST_REPUTATIONAcciónTool to check the reputation of a host against dnsbls.
NEUTRINO_HOST_REPUTATIONAcciónTool to check the reputation of a host against dnsbls.
Parámetros de entrada
hoststringObligatorioThe IP address, domain name, or URL to check.
zonesstringComma-separated list of DNSBL zones to check. If omitted all relevant zones are checked.
list-ratingintegerThe minimum DNSBL rating level to include in results (integer).
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
HTML CleanNEUTRINO_HTML_CLEANAcciónTool to clean and sanitize untrusted html. use when you need to strip or neutralize unwanted tags and attributes before rendering.
NEUTRINO_HTML_CLEANAcciónTool to clean and sanitize untrusted html. use when you need to strip or neutralize unwanted tags and attributes before rendering.
Parámetros de entrada
contentstringObligatorioThe HTML content to clean.
strip-tagsstringComma-separated list of HTML tags to strip entirely (e.g. 'script,iframe').
clean-levelstringenumThe level of cleaning to apply. 'basic', 'relaxed', or 'custom'.
basicrelaxedcustomoutput-typestringenumThe output format. 'plain-text' for text-only output, 'html' for sanitized HTML.
plain-texthtmlstrip-attributesstringComma-separated list of HTML attributes to remove (e.g. 'style,onload').
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
HTML RenderNEUTRINO_HTML_RENDERAcciónTool to render html content into png or pdf. use when you need to convert html snippets or pages into downloadable files.
NEUTRINO_HTML_RENDERAcciónTool 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
delayintegerDelay in seconds before rendering (useful for pages with JavaScript).
formatstringSet to 'base64' to return the file as a base64-encoded string instead of binary.
contentstringObligatorioThe HTML content to render.
page-widthintegerPage width in pixels for the output PDF or image. Ignored if image-width is set.
user-agentstringCustom User-Agent header for HTTP rendering.
image-widthintegerImage width in pixels for PNG output, overrides page-width.
output-typestringenumThe output format, either 'png' or 'pdf'. Default is 'png'.
pngpdfpage-heightintegerPage height in pixels for the output PDF or image. Ignored if image-height is set.
image-heightintegerImage height in pixels for PNG output, overrides page-height.
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
Resize ImageNEUTRINO_IMAGE_RESIZEAcciónTool to resize, crop, and convert images. use when you need to adjust an image to specific dimensions and format before further processing.
NEUTRINO_IMAGE_RESIZEAcciónTool 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
fitstringenumFit method: 'scale' to fit or 'crop' to fill the dimensions.
scalecropimagestringbinaryRaw image file bytes (max 10 MB). Required if not providing image-url.
widthintegerObligatorioDesired output width in pixels (1-5000).
formatstringenumOutput image format. One of png, jpg, webp, gif. Defaults to source format.
pngjpgwebpgifheightintegerObligatorioDesired output height in pixels (1-5000).
bgcolorstringBackground color as hex (e.g. '#ffffff') when padding is needed.
image-urlstringHTTP or HTTPS URL to the source image (max 10 MB).
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
IP InfoNEUTRINO_IP_INFOAcciónTool 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.
NEUTRINO_IP_INFOAcciónTool 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
ipstringObligatorioipvanyaddressIPv4 or IPv6 address to look up
user-agentstringUser-Agent string for device and browser details
vpn-lookupbooleanPerform VPN and proxy detection
reverse-lookupbooleanPerform a reverse DNS (PTR) lookup
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
IP LookupNEUTRINO_IP_LOOKUPAcciónTool 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.
NEUTRINO_IP_LOOKUPAcciónTool 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
ipstringObligatorioThe IP address to lookup (IPv4 or IPv6).
reverse-lookupbooleanPerform a reverse DNS (PTR) lookup. Default is false.
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
IP ProbeNEUTRINO_IP_PROBEAcciónTool to analyze an ip address to determine its threat level and associated risk factors. use when you need to assess ip address security context.
NEUTRINO_IP_PROBEAcciónTool 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
ipstringObligatorioThe IPv4 or IPv6 address to analyze
user-agentstringUser-Agent string for device and browser detection
forward-lookupbooleanFor domains, perform a DNS A record lookup
reverse-lookupbooleanPerform a reverse DNS lookup to get hostname
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
Phone ValidateNEUTRINO_PHONE_VALIDATEAcciónTool to validate and lookup phone numbers. use when you need to confirm number format and fetch location, carrier, and type details.
NEUTRINO_PHONE_VALIDATEAcciónTool 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
ipanyipv4User's IP address to help with number location.
numberstringObligatorioThe phone number to validate in international format.
country-codestringISO 2-letter country code (required if number not in international format).
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
QR CodeNEUTRINO_QR_CODEAcciónTool 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.
NEUTRINO_QR_CODEAcciónTool 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
sizeintegerWidth and height in pixels (square); default is 256, max 2048
stylestringenumQR code style; default is normal
normalroundeddotsformatstringenumOutput image format: png or jpg; default is png
pngjpgcontentstringObligatorioThe content (text or URL) to encode
bg-colorstringHex color for background; default is #FFFFFF
fg-colorstringHex color for foreground; default is #000000
logo-urlstringuriURL of an image to embed at center
error-correctionstringenumError correction level L, M, Q, or H; default is M
LMQH
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
SMS VerifyNEUTRINO_SMS_VERIFYAcciónTool to send a unique security code via sms. use when verifying a user's phone number after collection.
NEUTRINO_SMS_VERIFYAcciónTool to send a unique security code via sms. use when verifying a user's phone number after collection.
Parámetros de entrada
ipstringThe user's IP address, used for enhanced verification checks.
numberstringObligatorioThe phone number to send the verification code to, in international format (E.164).
brand-namestringYour brand name to display in the SMS (up to 30 characters).
code-lengthintegerThe number of digits in the security code (4–12). Default is 5.
country-codestringCountry dialing code if number is in local format, e.g. '44' for the U.K.'
code-validityintegerHow long the code is valid for in minutes (1–1440). Default is 60.
language-codestringISO 639 language code for the SMS message. Default is 'en'.
security-codestringPass in your own numeric security code. Must only contain digits and match the length given by code-length.
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
UA LookupNEUTRINO_UA_LOOKUPAcciónTool 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.
NEUTRINO_UA_LOOKUPAcciónTool 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
uastringObligatorioThe user-agent string to look up.
client-hintsstringFull set of User-Agent Client Hints HTTP headers as comma-separated string.
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
URL InfoNEUTRINO_URL_INFOAcciónTool to parse, analyze, and retrieve content from the supplied url. use when you need detailed url metadata or to fetch page content.
NEUTRINO_URL_INFOAcciónTool 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
urlstringObligatorioThe URL to analyze
fetch-contentbooleanIf true, fetch and return the full content of the URL
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
Verify Security CodeNEUTRINO_VERIFY_SECURITY_CODEAcciónTool 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.
NEUTRINO_VERIFY_SECURITY_CODEAcciónTool 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
ipstringRemote IP address to help prevent brute-force attacks.
code-idstringObligatorioThe unique ID returned by the Generate Security Code API.
security-codestringObligatorioThe security code to verify.
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