Skip to content

Public API

API Base URL

Escape's REST public API can be reached at https://public.escape.tech/v1/

Authentication

API Key

Pass your API key via the Authorization header. You can find your API key in your Escape settings.

Basic Example

export APPLICATION_ID=<YOUR APPLICATION ID>
export API_KEY=<YOUR API KEY>

curl -X POST \
-H "Authorization: Key $API_KEY" \
https://public.escape.tech/applications/$APPLICATION_ID/start-scan

OpenAPI Documentation and Examples

The entire documentation is available directly on public.escape.tech/v1/