cURL
curl --request GET \ --url https://api.weblinq.dev/v1/files/list \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "sqliteStatus": { "enabled": true, "available": true, "userId": "<string>" }, "files": [ { "id": "<string>", "type": "screenshot", "url": "<string>", "filename": "<string>", "r2_key": "<string>", "public_url": "<string>", "metadata": "<string>", "created_at": "<string>", "expires_at": "<string>" } ], "totalFiles": 123, "hasMore": true }, "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "timestamp": "2023-11-07T05:31:56Z", "creditsCost": 123 }
List all files (screenshots, PDFs) associated with the authenticated user
Enter your API token or session token
screenshot
pdf
1 <= x <= 100
x >= 0
created_at
filename
asc
desc
Files listed successfully
true
false
Show child attributes
Unique request identifier for tracing
ISO timestamp when the response was generated
Credits consumed by this operation