2022-07-22 11:32:46 +00:00
|
|
|
id: api-cloudconvert
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: CloudConvert API Test
|
|
|
|
author: daffainfo
|
|
|
|
severity: info
|
2022-07-25 06:05:11 +00:00
|
|
|
description: Online file converter for audio, video, document, ebook, archive, image, spreadsheet, presentation
|
2022-07-22 11:32:46 +00:00
|
|
|
reference:
|
|
|
|
- https://cloudconvert.com/api/v2
|
2022-07-25 06:05:11 +00:00
|
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/cloudconvert
|
2022-07-22 11:32:46 +00:00
|
|
|
tags: token-spray,cloudconvert
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |
|
2022-07-24 07:16:18 +00:00
|
|
|
GET https://api.cloudconvert.com/v2/tasks HTTP/1.1
|
2022-07-22 11:32:46 +00:00
|
|
|
Host: api.cloudconvert.com
|
|
|
|
Authorization: Bearer {{token}}
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '"data":'
|
2022-07-24 07:16:18 +00:00
|
|
|
- '"id":'
|
2022-07-22 11:32:46 +00:00
|
|
|
condition: and
|