33 lines
911 B
YAML
33 lines
911 B
YAML
id: api-cloudconvert
|
|
|
|
info:
|
|
name: CloudConvert API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Online file converter for audio, video, document, ebook, archive, image, spreadsheet, presentation
|
|
reference:
|
|
- https://cloudconvert.com/api/v2
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/cloudconvert
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,cloudconvert
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET https://api.cloudconvert.com/v2/tasks HTTP/1.1
|
|
Host: api.cloudconvert.com
|
|
Authorization: Bearer {{token}}
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"data":'
|
|
- '"id":'
|
|
condition: and
|
|
|
|
# digest: 4b0a00483046022100a6956ea28ef86d116576b382d1b29f94b13de90bd565fee36c9a9e5580520775022100fe7294714d97b26786292d9b104c677ddc921694bf79800f2af2ff2156fc7039:922c64590222798bb761d5b6d8e72950
|