# TAMTAM ## Docs - [Add companies to a list](https://docs.api.tamtam.ai/api-reference/companies-lists/add-companies-to-a-list.md): Add multiple companies to an existing companies list by their LinkedIn IDs. - [List job changes for companies](https://docs.api.tamtam.ai/api-reference/companies/list-job-changes-for-companies.md): List job changes (INCOMING / PROMOTION / OUTGOING) at the given LinkedIn companies, with cursor-based pagination. - [Search for a company](https://docs.api.tamtam.ai/api-reference/companies/search-for-a-company.md): Search for a company by name, domain, LinkedIn URL, or LinkedIn ID. Returns up to 5 candidate matches ranked by relevance. - [Get contacts by IDs](https://docs.api.tamtam.ai/api-reference/contacts/get-contacts-by-ids.md): Retrieve enriched contact information including name, company, job title, email, and phone. - [Get remaining credits](https://docs.api.tamtam.ai/api-reference/credits/get-remaining-credits.md): Returns remaining credits across all active subscription lines for the authenticated account. - [Create an ICP criteria](https://docs.api.tamtam.ai/api-reference/icp-criteria/create-an-icp-criteria.md): Create a new ICP criteria for the authenticated account. - [Delete an ICP criteria](https://docs.api.tamtam.ai/api-reference/icp-criteria/delete-an-icp-criteria.md): Delete an ICP criteria by ID. - [Get an ICP criteria](https://docs.api.tamtam.ai/api-reference/icp-criteria/get-an-icp-criteria.md): Get a specific ICP criteria by ID. - [List ICP criteria](https://docs.api.tamtam.ai/api-reference/icp-criteria/list-icp-criteria.md): List all ICP criteria for the authenticated account, ordered by tier. - [Update an ICP criteria](https://docs.api.tamtam.ai/api-reference/icp-criteria/update-an-icp-criteria.md): Update an existing ICP criteria by ID. - [Search industries](https://docs.api.tamtam.ai/api-reference/industries/search-industries.md): Search the industries reference list by keyword. Use the returned industry names as values for the `industry_includes` and `industry_excludes` fields in ICP criteria. - [Search for lookalike companies](https://docs.api.tamtam.ai/api-reference/lookalikes/search-for-lookalike-companies.md): Find companies similar to the provided input companies. Supports filtering by country, industry, size, and more. - [Enrich people with email and phone data](https://docs.api.tamtam.ai/api-reference/people-enrichment/enrich-people-with-email-and-phone-data.md): Submit a batch of people for enrichment. Returns a request ID to poll for results via the GET endpoint. - [Get enrichment request status and results](https://docs.api.tamtam.ai/api-reference/people-enrichment/get-enrichment-request-status-and-results.md): Poll for the status and results of a previously submitted enrichment request. - [Extract a person's profile](https://docs.api.tamtam.ai/api-reference/people-extract/extract-a-persons-profile.md): Resolve a person from the best available input and return their full LinkedIn profile with experiences. - [Search for people](https://docs.api.tamtam.ai/api-reference/people-search/search-for-people.md): Search for people matching filters with cursor-based pagination. - [List personas](https://docs.api.tamtam.ai/api-reference/personas/list-personas.md): List all active personas for the authenticated account. - [Create a workflow run](https://docs.api.tamtam.ai/api-reference/workflow-runs/create-a-workflow-run.md): Create a new user workflow run with one or more steps and start its execution. - [Get a workflow run](https://docs.api.tamtam.ai/api-reference/workflow-runs/get-a-workflow-run.md): Get a specific workflow run with all its steps and their current status. - [List workflow runs](https://docs.api.tamtam.ai/api-reference/workflow-runs/list-workflow-runs.md): List all workflow runs for the authenticated account, optionally filtered by user email. - [Authentication](https://docs.api.tamtam.ai/guides/authentication.md): Authenticate requests to the TAMTAM Public API with an account API key. - [Credits](https://docs.api.tamtam.ai/guides/credits.md): How TAMTAM API calls consume credits. - [Quickstart](https://docs.api.tamtam.ai/guides/quickstart.md): Make your first call to the TAMTAM API in under a minute. - [Rate limits](https://docs.api.tamtam.ai/guides/rate-limits.md): Per-API-key rate limits on the TAMTAM API. - [Welcome to TAMTAM](https://docs.api.tamtam.ai/index.md): Programmatic access to TAMTAM's prospecting and enrichment data. ## OpenAPI Specs - [openapi](https://docs.api.tamtam.ai/reference/openapi.yaml)