Skip to main content
Get all recordings
curl --request GET \
  --url http://localhost/api/recordings
[
  {
    "path": "<string>",
    "name": "<string>",
    "format": "<string>",
    "duration": "<string>",
    "size": "<string>",
    "created": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.dwe.ai/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

path
string
required
name
string
required
format
string
required
duration
string
required
size
string
required
created
string
required