English
API Reference v3
cURL
curl --request GET \ --url https://paradigm.lighton.ai/api/v3/artifacts/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "user": 123, "filename": "<string>", "storage_path": "<string>", "bytes": 123, "mime_type": "<string>", "created_at": "2023-11-07T05:31:56Z", "thumbnail_base64": "<string>" }
Retrieve an artifact by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>