Skip to main content
GET
Generate code from a captured request

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

eventId
string<uuid>
required

Event UUID

Query Parameters

chat_id
string
required

Task ID

target
enum<string>
required

Code generation target

Available options:
shell/curl,
shell/httpie,
python/requests,
python/httpx,
node/fetch,
javascript/fetch,
go/native,
powershell/invoke-webrequest,
raw,
har
insecure
boolean

Skip TLS verification in generated code

include_auth
boolean
default:false

Include authentication headers and cookies in generated code when raw data is available

Response

Generated code

code
string
required
target
string
required
warnings
string[]