Skip to main content
POST
Create multimodal embedding

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
model
enum<string>
required

Must be doubao-embedding-vision.

Available options:
doubao-embedding-vision
Example:

"doubao-embedding-vision"

input
object[]
required

Content objects (Ark multimodal format). Text-only input also uses this array form. The whole input produces one fused embedding.

Example:

Response

Embedding created

object
string
Example:

"list"

model
string
data
object
usage
object