# API

## Overview

Labii’s API Type Integration enables seamless connectivity with external APIs to automatically update other columns in Labii based on retrieved data. By configuring an API endpoint, request parameters, and response mapping, users can trigger API calls to fetch relevant information and populate multiple fields within a record. This integration is particularly useful for synchronizing external databases, enriching records with third-party data, or automating workflows such as pulling experiment details, updating statuses, or retrieving analytics. It enhances efficiency by reducing manual data entry and ensuring real-time accuracy across connected systems.

## Widgets

* [API](/widgets/column-widgets/integration/api/api.md) - The Labii API widget is a powerful tool that allows users to seamlessly connect to various APIs and execute API calls with ease.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.labii.com/widgets/column-widgets/integration/api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
