---
title: "Lam Integrations Endpoint"
method: POST
path: "/lam/{app_name}/run"
tags: ["LAM"]
---

# Lam Integrations Endpoint

`POST /lam/{app_name}/run`

## Path parameters

- `app_name` string, required

## Request body

- IntegrationRequest
  - `properties` object, nullable — Additional properties or data related to the particular integration.
  - `integration_id` string, nullable — The unique identifier for the integration being called.
  - `stream` boolean, nullable — Whether the response should be streamed back or not.
  - `raccoon_passcode` string, required — The raccoon passcode associated with the end user on behalf of which the call is being made.
  - `advanced` Advanced
    - `block_ads` boolean, nullable — Whether to block advertisements during the browser session.
    - `solve_captchas` boolean, nullable — Whether to attempt automatic CAPTCHA solving.
    - `proxy` union — Proxy details for the browser session. Automatically defaults to True if solve_captchas is on.
      - ProxySettings
        - `country` string, nullable — Target country (2-letter ISO code).
        - `city` string, nullable — Target city.
        - `state` string, nullable — Target state (2-letter code).
        - `zip` integer, nullable — Target postal code.
      - boolean
    - `extension_ids` unknown[], nullable — list of extension ids
      - unknown

## Response `200`

Successful Response

- IntegrationResponse[]
  - `task_status` 'STARTING' | 'PROCESSING' | 'DONE' | 'HUMAN_INTERACTION' | 'FAILURE', required — The current status of the extraction task. For example: 'STARTING', 'PROCESSING', 'DONE', 'HUMAN_INTERACTION', or 'FAILURE'.
  - `integration_id` string, required — A unique identifier for the integration in use.
  - `message` string, required — A message providing the thought summary if the status is processing currently.
  - `properties` object, required — Additional metadata or details related to the integration task.
  - `livestream_url` string, required — The Livestream URL

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/raccoonaihq/apis/raccoon-ai-api.md) · [All operations](https://skmtc.net/raccoonaihq/apis/raccoon-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/raccoonaihq/raccoon-ai-api/revisions/cc64732da5aa/schema)
