ryu-js / template.md
randydev's picture
remove terabox
ba5a114
|
raw
history blame
746 Bytes
/**
* @swagger
* /api/v1/dl/terabox-v3:
* get:
* summary: Terabox V3 Downloader
* tags: [ALL-Downloader]
* parameters:
* - in: query
* name: url
* required: true
* description: null
* schema:
* type: string
* - in: header
* name: x-api-key
* required: true
* description: API key for authentication
* schema:
* type: string
* responses:
* 200:
* description: Success
* 400:
* description: Bad Request (e.g., missing or invalid URL)
* 401:
* description: Unauthorized (e.g., missing or invalid API key)
* 500:
* description: Internal Server Error
*/