Help Center/ MetaStudio/ API Reference/ Voice Modeling Task Management/ Obtaining a URL for Uploading Attachments
Updated on 2025-12-08 GMT+08:00

Obtaining a URL for Uploading Attachments

Function

Obtaining a URL for Uploading Attachments

Calling Method

For details, see Calling APIs.

Authorization Information

Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions. For details about the required permissions, see Permissions Policies and Supported Actions.

URI

GET /v1/{project_id}/voice-training-manage/user/jobs/{job_id}/review-attachment-uploading-address-url

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID. For details about how to obtain the project ID, see Obtaining a Project ID.

job_id

Yes

String

Task ID.

Table 2 Query Parameters

Parameter

Mandatory

Type

Description

start_number

No

Integer

Start No.

Value range:

0~99

end_number

No

Integer

End No.

Value range:

1~100

Request Parameters

None

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

addresses

Array of AttachmentUploadingAddress objects

URL list

Table 4 AttachmentUploadingAddress

Parameter

Type

Description

number

Integer

No.

Value range:

0~99

uploading_url

String

Upload URL

Status code: 400

Table 5 Response body parameters

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error description.

Example Requests

None

Example Responses

None

Status Codes

Status Code

Description

200

Returned when the request succeeded.

400

Parameter error.

Error Codes

See Error Codes.