Referencia de APIFiles / Files
Get Files object public
← Back to full API reference
GET
/v1/files/object/publicPublic- This endpoint can be called without an authenticated session.
Request details
Query params
| Field | Required | Description |
|---|---|---|
| key | Yes | Inferred from req.query.key |
| organizationId | Yes | Inferred from req.query.organizationId |
| convertTo | Yes | Inferred from req.query.convertTo |
Default payloads
Path params
json
{}Query
json
{
"key": "string",
"organizationId": "string",
"convertTo": "string"
}Sample response
json
{
"success": true,
"message": "Sample response placeholder for GET /v1/files/object/public"
}