get https://api.topview.ai/v1/m2v/script/list
Response
| Field | Type | Description |
|---|---|---|
| code | String | Response code indicating the status of the request. |
| message | String | Response message describing the result of the request. |
| result | Array | Array of result objects containing details about each script. |
| result[].scriptId | Number | Unique identifier for the script. |
| result[].scriptContents | Array | Array of script content objects containing segments of the script. |
| result[].scriptContents[].segId | Number | Unique identifier for the segment within the script. |
| result[].scriptContents[].segText | String | Text of the segment in the script. |