Skip to main content
GET
/
api
/
files
/
public
/
preview
/
{task_id}
/
{file_path}
Public Preview File
curl --request GET \
  --url https://api.example.com/api/files/public/preview/{task_id}/{file_path}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

task_id
integer
required
file_path
string
required

Response

Successful Response