Create a single lead or upload multiple leads into a Tuco workspace
POST/api/leadsleads – one or more contacts; a single contact is just a one‑element array.listId – Tuco list that should own these leads.source – optional origin label (for example, "api" or "hubspot").defaultCountryCode – used to normalize phone numbers when no country code is present.savedCount – number of new leads actually inserted.duplicateCount – leads skipped as duplicates within the same list (email/phone‑based).totalProcessed – total rows you attempted to upload.400 with a readable error; if the workspace is temporarily read‑only you will receive a 402 READ_ONLY error (see /api-reference/errors).