---
title: "Solve interstitial"
method: POST
path: "/interstitial"
---

# Solve interstitial

`POST /interstitial`

Solves the interstitial challenge. After getting this payload, make a POST request to `https://geo.captcha-delivery.com/interstitial/` with it in the payload and you will receive the datadome cookie in the response. Set this cookie in your cookiejar, you have now successfully solved DataDome interstitial.

## Headers

- `Content-Type` 'application/json', required
- `x-api-key` string, required

## Request body

- object
  - `userAgent` string, required — Your chrome UserAgent
  - `deviceLink` string, required — The deviceLink you constructed
  - `html` string, required — The response body of the GET request to the deviceLink
  - `ip` string, required — The IP that is used to post the sensor data to the target site. You can use /ip to get the IP from a connection. If you are not using proxies, this will be the IPv4 or IPv6 address of your pc.
  - `acceptLanguage` string, required — Your accept-language header

## Response `200`

OK Interstitial solved successfully

- object
  - `payload` string — The payload for POST request to /interstitial/
  - `headers` object
    - `sec-ch-device-memory` string
    - `sec-ch-ua-mobile` string
    - `sec-ch-ua-arch` string
    - `sec-ch-ua-platform` string
    - `sec-ch-ua-model` string
    - `sec-ch-ua-full-version-list` string

## Other responses

- `400` — Bad Request Error occurred
- `403` — Forbidden Authentication error

---

[API](https://skmtc.net/hypersolutions/apis/akm-sensor-data-and-pixel-payload-api.md) · [All operations](https://skmtc.net/hypersolutions/apis/akm-sensor-data-and-pixel-payload-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hypersolutions/akm-sensor-data-and-pixel-payload-api/versions/a4f8dd4657f6/schema)
