Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl -X GET "https://api.smooth.sh/api/v1/task?l=10" \ -H "apikey: YOUR_API_KEY"
{ "r": [ { "id": "<string>", "output": "<unknown>", "credits_used": 123, "live_url": "<string>", "recording_url": "<string>", "downloads_url": "<string>", "created_at": 123, "events": [ { "name": "<string>", "payload": {}, "id": "<string>", "timestamp": 123 } ] } ] }
List all tasks for the authenticated user.
Timestamp to paginate from (returns tasks created before this timestamp)
Limit number of results
1 <= x <= 128
List of tasks
Show child attributes