34 lines
939 B
YAML
34 lines
939 B
YAML
id: api-weglot
|
|
|
|
info:
|
|
name: WeGlot API Test
|
|
author: zzeitlin
|
|
severity: info
|
|
reference:
|
|
- https://developers.weglot.com/api/reference
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,weglot
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: POST
|
|
path:
|
|
- "https://api.weglot.com/translate?api_key={{token}}"
|
|
|
|
headers:
|
|
Content-Type: application/json
|
|
|
|
body: "{\"l_from\":\"en\",\"l_to\":\"fr\",\"request_url\":\"https://www.website.com/\",\"words\":[{\"w\":\"This is a blue car\",\"t\":1},{\"w\":\"This is a black car\",\"t\":1}]}"
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
negative: true
|
|
case-insensitive: true
|
|
words:
|
|
- 'does not exist'
|
|
- 'Invalid authorization'
|
|
|
|
# digest: 4b0a00483046022100ad7d803245b5df9d6efd805d70f2e3303c64a0a88e0b4e416f90b9f0c2907f01022100aa10de8bba28c7bb25637af21d8b06e3e85595f4f9d2ebca617ffa57cffe7ff7:922c64590222798bb761d5b6d8e72950
|