Skip to main content
POST
/
v1
/
extract-template
cURL
curl --request POST \
  --url https://gateway.webit.live/v1/extract-template \
  --header 'Content-Type: application/json' \
  --data '
{
  "template": "<string>",
  "params": {}
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": 123
}

Body

application/json

Request body for executing a WSA template

template
string
required
params
object
required

Response

Successful Response

id
string<uuid>
required
status
number
required