get https://api.talkdeskapp.com/prompts//download-link
Generates a new temporary download link for the prompt.
Scope
prompts:download
Body Response - Schema
200 (the newly generated prompt's download link)
Parameter | Type | Description | Required |
---|---|---|---|
expires_in | integer | Download link expiration time in seconds. Default: 600 | yes |
_links | object | HAL API-related links. "_links" subdivides into: 1 - "location" (object) - temporary link granting access to the prompt. 1.1 - "href" (string) - address of the resource. | yes |
401 (unauthorized access - invalid or unverifiable JWT), 403 (forbidden), 404 (prompt not found)
Parameter | Type | Description | Required |
---|---|---|---|
code | string | n/a | yes |
message | string | n/a | yes |
description | string | n/a | no |
fields | array[object] | "fields" subdivides into: "name" (string) "description" (string) | yes (name and description) |
Troubleshooting
If you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.