---
title: "Submit URL's for scanning"
method: POST
path: "/submit"
tags: ["Results"]
---

# Submit URL's for scanning

`POST /submit`

Starts a new scanning routine for a list of URL's and options, writing results to the database.

## Request body

- ApiSubmitRequest
  - `options` ApiSubmitRequestOptions
    - `delay` integer
    - `format` string
    - `timeout` integer
    - `user_agent` string
    - `window_x` integer
    - `window_y` integer
  - `urls` string[]

## Response `200`

Probing started

- string

## Changes

- **2024-09-15** `70caa7737611` — 1 info
  - endpoint added
- **2024-09-13** `58e78d863f31` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/sensepost/apis/untitled-api/changes/submit/post.md)

---

[API](https://skmtc.dev/sensepost/apis/untitled-api.md) · [All operations](https://skmtc.dev/sensepost/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sensepost/untitled-api/revisions/b1bf9e87bcb1/schema)
