Get integration list by query
curl --request GET \
--url http://127.0.0.1:3000/api/space/{spaceId}/integration \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"spaceId": "<string>",
"type": "AI",
"config": {
"llmProviders": [],
"embeddingModel": "<string>",
"translationModel": "<string>",
"chatModel": {
"lg": "<string>",
"md": "<string>",
"sm": "<string>",
"ability": {
"image": true,
"pdf": true,
"webSearch": true
}
},
"capabilities": {
"disableActions": [
"<string>"
]
},
"appConfig": {
"apiKey": "<string>",
"vercelToken": "<string>",
"customDomain": "<string>",
"creditCount": 1,
"v0BaseUrl": "<string>",
"vercelBaseUrl": "<string>",
"aiGatewayApiKey": "<string>"
},
"webSearchConfig": {
"apiKey": "<string>"
}
},
"createdTime": "<string>",
"enable": true,
"lastModifiedTime": "<string>"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Returns the list of integration.
AI 显示 子属性
显示 子属性
openai, anthropic, google, azure, cohere, mistral, deepseek, qwen, zhipu, lingyiwanwu, xai, togetherai, ollama, amazonBedrock, openRouter, openaiCompatible 此页面对您有帮助吗?
curl --request GET \
--url http://127.0.0.1:3000/api/space/{spaceId}/integration \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"spaceId": "<string>",
"type": "AI",
"config": {
"llmProviders": [],
"embeddingModel": "<string>",
"translationModel": "<string>",
"chatModel": {
"lg": "<string>",
"md": "<string>",
"sm": "<string>",
"ability": {
"image": true,
"pdf": true,
"webSearch": true
}
},
"capabilities": {
"disableActions": [
"<string>"
]
},
"appConfig": {
"apiKey": "<string>",
"vercelToken": "<string>",
"customDomain": "<string>",
"creditCount": 1,
"v0BaseUrl": "<string>",
"vercelBaseUrl": "<string>",
"aiGatewayApiKey": "<string>"
},
"webSearchConfig": {
"apiKey": "<string>"
}
},
"createdTime": "<string>",
"enable": true,
"lastModifiedTime": "<string>"
}
]