Insert excerpt _ExcerptBetaAPI _ExcerptBetaAPI nopanel true
...
Authorization scopes supported:
Scope | Access granted |
---|---|
interaction-content:read | Entire endpoint |
Parameters
The endpoint accepts the following body parameters:
storageProvider
Type | Required | Example |
---|---|---|
String | True | S3 |
Storage provider. Currently supported storage providers:
- S3
credentials
Type | Required | Example |
---|---|---|
Object | True |
|
Credentials to the external storage that allow VCC to transfer data to it. The format of the object depends on the selected provider. For more information see the following table:
Provider | Format |
---|---|
S3 | { |
...
Code Block | ||||
---|---|---|---|---|
| ||||
{ "jobIdexternalStorageId": "74137e23-9716-4e5c-ad92-36343c248282" } |
where:
jobId
externalStorageId
. The unique identifier of the external storage item.
...