検索
開発中
POST
/search
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": "string",
"type": "string"
}'
Response Response Example
[
{
"id": "string",
"file_id": "8a0cfb4f-ddc9-436d-91bb-75133c583767",
"payload": {
"type": "string"
}
}
]
Requestパラメータ
Request Bodyパラメータapplication/json
Response
更新日時 2025-05-08 15:13:30