Membuat templat prompt.
Deskripsi operasi
API ini saat ini tidak mendukung pembuatan templat prompt text-to-image.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
sfm:CreatePromptTemplate |
create |
*All resources
|
None | None |
Sintaks permintaan
POST /{workspaceId}/promptTemplates HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| workspaceId |
string |
Yes |
ID ruang kerja. |
llm-czal8nvvwb8d4xxx |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| name |
string |
Yes |
Nama templat. |
Xiaohongshu Copywriting Assistant |
| content |
string |
Yes |
Konten templat prompt. |
Please write a Xiaohongshu recommendation post with rich emoji elements, provide a summary at the end, and add relevant tags. The theme is: ${theme} |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema Tanggapan. |
||
| promptTemplateId |
string |
ID templat prompt. |
6e49109bfeb94a39bb268f4e483ccxxx |
| requestId |
string |
ID permintaan. |
FE9B6CBF-47E6-5D76-9C5D-B814DD5ABxxx |
Contoh
Respons sukses
JSONformat
{
"promptTemplateId": "6e49109bfeb94a39bb268f4e483ccxxx",
"requestId": "FE9B6CBF-47E6-5D76-9C5D-B814DD5ABxxx\n"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | PromptTemplate.ContentInvalid | Input parameter Content is invalid. | The format of input parameter Content is invalid. |
| 400 | PromptTemplate.NameInvalid | Input parameter Name is invalid. | The format of input parameter Name is invalid. |
| 500 | PromptTemplate.InternalError | Prompt template service inner exception. | Internal exception of the prompt template service. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.