Get audio file link
API for retrieving sound links.
Path Parameters
id string required
Sound ID
Query Parameters
apiKey string required
API Key
Responses
- 200
- 400
- 500
Success
application/json
Schema
Example (from schema)
Schema
id string
name string
type string
Possible values: [1, 2, 3, 4, 5]
Possible values: PSYCHOLOGY: 1 MUSIC: 2 MEDITATION: 3 SLEEP: 4 HEALING: 5
image string
soundLink string
duration integer
description string
teacherName string
tags string[]
{
"id": "string",
"name": "string",
"type": 1,
"image": "string",
"soundLink": "string",
"duration": 0,
"description": "string",
"teacherName": "string",
"tags": [
"string"
]
}
Bad Request
application/json
Schema
Example (from schema)
Schema
code integer
message string
{
"code": 400,
"message": "입력된 데이터가 유효하지 않습니다."
}
Internal Server Error
application/json
Schema
Example (from schema)
Schema
code integer
message string
{
"code": 500,
"message": "Internal Error"
}
Loading...