Documentation Index
Fetch the complete documentation index at: https://docs.syrto.ai/llms.txt
Use this file to discover all available pages before exploring further.
syrto_lookup_companies_by_tax_id resolves a list of Italian tax IDs (codice fiscale or partita IVA) into company_id values. Each tax ID is checked against both the EU VAT number and the taxpayer identification number on file.
Use this tool to
- Resolve multiple tax IDs to company IDs in one call (up to 20)
- Check which tax IDs match a known company and which do not
- Get the
company_idrequired by most other Syrto tools when starting from tax identifiers
Arguments
List of tax IDs to resolve (min 1, max 20). Each entry can be up to 200 characters. Each tax ID is matched against both EU VAT number and taxpayer identification number fields.Example:
["01654010345", "00159560366"]"en" for English (default) or "it" for Italian.Returns
A JSON list in the same order as the inputqueries. Each item contains:
The original tax ID from the request.
"resolved" if a matching company was found, "not_found" otherwise.Present when
status is "resolved". Contains:id— thecompany_idto pass to all other Syrto toolslegal_name— official registered company nameeu_vat_number— EU VAT number (nullif not available)taxpayer_identification_number— Italian codice fiscale (nullif not available)