# Lasso ## Docs - [Authentication](https://productlasso.com/docs/api-reference/authentication.md): Authenticate your API requests using Bearer tokens. - [Get credit balance](https://productlasso.com/docs/api-reference/credits/balance.md): Check your current credit balance. - [Get credit usage](https://productlasso.com/docs/api-reference/credits/usage.md): Retrieve a paginated history of credit transactions. - [Bulk enhance](https://productlasso.com/docs/api-reference/enhance/bulk.md): Enhance multiple columns of a single row in one request. - [Cancel enhancement](https://productlasso.com/docs/api-reference/enhance/cancel.md): Cancel pending or in-progress enhancement operations. - [Enhance cells](https://productlasso.com/docs/api-reference/enhance/run.md): Use AI to enhance or generate values for a specific column across selected rows. - [Enhancement status](https://productlasso.com/docs/api-reference/enhance/status.md): Check the progress of enhancement operations on a table. - [Enrich products](https://productlasso.com/docs/api-reference/enrich.md): Take partial product data and get back enriched records with missing fields filled in, sourced and cited. - [Errors](https://productlasso.com/docs/api-reference/errors.md): Understand how the Lasso API communicates errors. - [Delete file](https://productlasso.com/docs/api-reference/files/delete.md): Delete an uploaded file. - [List files](https://productlasso.com/docs/api-reference/files/list.md): Retrieve a paginated list of your uploaded files. - [Upload file](https://productlasso.com/docs/api-reference/files/upload.md): Upload a file for use in table extraction. - [Create glossary term](https://productlasso.com/docs/api-reference/glossary/create.md): Add a new term to your glossary. - [Delete glossary term](https://productlasso.com/docs/api-reference/glossary/delete.md): Delete a glossary term and all its translations. - [List glossary terms](https://productlasso.com/docs/api-reference/glossary/list.md): Retrieve a paginated list of your glossary terms. - [Update glossary term](https://productlasso.com/docs/api-reference/glossary/update.md): Update an existing glossary term and its translations. - [Introduction](https://productlasso.com/docs/api-reference/introduction.md): Understand general concepts, response codes, and authentication strategies. - [Pagination](https://productlasso.com/docs/api-reference/pagination.md): Navigate through large result sets with page-based pagination. - [Bulk delete rows](https://productlasso.com/docs/api-reference/rows/bulk-delete.md): Delete multiple rows from a table at once. - [Bulk update rows](https://productlasso.com/docs/api-reference/rows/bulk-update.md): Update a specific column value across multiple rows at once. - [Create rows](https://productlasso.com/docs/api-reference/rows/create.md): Add one or more rows with data to an existing table. - [Delete row](https://productlasso.com/docs/api-reference/rows/delete.md): Delete a single row from a table. - [Get row](https://productlasso.com/docs/api-reference/rows/get.md): Retrieve a single row from a table. - [List rows](https://productlasso.com/docs/api-reference/rows/list.md): Retrieve a paginated list of rows from a table. - [Get row traces](https://productlasso.com/docs/api-reference/rows/traces.md): Retrieve AI extraction and enhancement traces for a row. - [Update row](https://productlasso.com/docs/api-reference/rows/update.md): Update the extracted data of a single row. - [Create schema](https://productlasso.com/docs/api-reference/schemas/create.md): Create a new product schema with column definitions. - [Delete schema](https://productlasso.com/docs/api-reference/schemas/delete.md): Permanently delete a schema. - [Generate schema](https://productlasso.com/docs/api-reference/schemas/generate.md): Use AI to generate a schema from sample data. - [Get schema](https://productlasso.com/docs/api-reference/schemas/get.md): Retrieve a specific schema with its full column definitions. - [List schemas](https://productlasso.com/docs/api-reference/schemas/list.md): Retrieve a paginated list of your product schemas. - [Update schema](https://productlasso.com/docs/api-reference/schemas/update.md): Update the name, description, or column definitions of a schema. - [Search products](https://productlasso.com/docs/api-reference/search.md): Search Lasso's product database and get back structured data matching your schema. - [List columns](https://productlasso.com/docs/api-reference/tables/columns.md): Retrieve the column definitions for a table. - [Create table](https://productlasso.com/docs/api-reference/tables/create.md): Create a new extraction table and start processing. - [Delete table](https://productlasso.com/docs/api-reference/tables/delete.md): Permanently delete a table and all its rows. - [Export table](https://productlasso.com/docs/api-reference/tables/export.md): Export table data as CSV, XLSX, JSON, or a ZIP of images. - [Get table](https://productlasso.com/docs/api-reference/tables/get.md): Retrieve details of a specific extraction table. - [List tables](https://productlasso.com/docs/api-reference/tables/list.md): Retrieve a paginated list of your extraction tables. - [Update table](https://productlasso.com/docs/api-reference/tables/update.md): Update the name, enhancement context, or schema of an existing table. - [Webhooks](https://productlasso.com/docs/api-reference/webhooks.md): Receive real-time notifications when asynchronous operations complete. - [Credits & billing](https://productlasso.com/docs/learn/credits.md): Understand how credits work and track your usage. - [AI enhancement](https://productlasso.com/docs/learn/enhancement.md): Enrich your extracted data with AI-generated content, translations, and web research. - [Data enrichment](https://productlasso.com/docs/learn/enrich.md): Turn partial product data into complete, sourced records with Lasso Enrich. - [Exporting data](https://productlasso.com/docs/learn/exports.md): Export your extracted and enhanced data in multiple formats. - [File uploads](https://productlasso.com/docs/learn/files.md): Upload source files for data extraction. - [Glossary & translation](https://productlasso.com/docs/learn/glossary.md): Control how specific terms are handled during AI enhancement and translation. - [Schemas](https://productlasso.com/docs/learn/schemas.md): Define the structure of your extracted data with column definitions. - [Product search](https://productlasso.com/docs/learn/search.md): Find products in Lasso's database using natural language queries. - [Tables & extraction](https://productlasso.com/docs/learn/tables.md): Understand how Lasso extracts structured data from your source files. - [Introduction](https://productlasso.com/docs/quickstart/introduction.md): Get started with the Lasso API — search, enrich, extract, and manage structured product data at scale. - [Enhance with AI](https://productlasso.com/docs/quickstart/python/enhance.md): Use AI to generate content, translate text, and enrich your extracted data. - [Export data](https://productlasso.com/docs/quickstart/python/export.md): Export your extracted and enhanced data in multiple formats. - [Extract data](https://productlasso.com/docs/quickstart/python/extract.md): Create a schema, upload a file, and extract structured product data. - [Install & setup](https://productlasso.com/docs/quickstart/python/setup.md): Install the Lasso Python SDK and create your first client. - [Enhance with AI](https://productlasso.com/docs/quickstart/typescript/enhance.md): Use AI to generate content, translate text, and enrich your extracted data. - [Export data](https://productlasso.com/docs/quickstart/typescript/export.md): Export your extracted and enhanced data in multiple formats. - [Extract data](https://productlasso.com/docs/quickstart/typescript/extract.md): Create a schema, upload a file, and extract structured product data. - [Install & setup](https://productlasso.com/docs/quickstart/typescript/setup.md): Install the Lasso TypeScript SDK and create your first client. ## OpenAPI Specs - [openapi](https://productlasso.com/docs/api-reference/openapi.json)