🚀 Claude Opus 4.6 + 171 Models Launched! See our changelog for details.
Get onboarding scenarios with presigned URLs for attachments
cURL
curl --request GET \ --url https://app.teable.ai/api/chat/onboarding/scenarios \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "scenarios": [ { "id": "<string>", "placeholder": "<string>", "prompt": "<string>", "files": [ { "token": "<string>", "fileName": "<string>", "path": "<string>", "presignedUrl": "<string>", "mimetype": "<string>", "size": 123 } ] } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Get onboarding scenarios successfully
Show child attributes
Was this page helpful?