cURL
curl --request GET \ --url https://api.stardex.ai/v1/persons/{id}/documents \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "created_at": "2024-02-01T10:00:00Z", "updated_at": "2024-02-02T12:00:00Z", "type": "resume", "title": "John_Doe_Resume.pdf", "link": "https://signed-url.example.com" } ], "meta": { "total": 1, "offset": 0, "limit": 20 } }
Returns list of documents for a person with short-lived signed download links
Enter your API key as: Bearer your_api_key_here
Bearer your_api_key_here
Person ID
Number of records to skip
x >= 0
Maximum number of records to return (1-100)
1 <= x <= 100
Documents fetched
true
false
Show child attributes
Was this page helpful?