POST
/
space
/
{spaceId}
/
integration
curl --request POST \
  --url https://app.teable.cn/api/space/%7BspaceId%7D/integration \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/json' \
  --data '{"type":"AI","enable":true,"config":{"llmProviders":[],"embeddingModel":"string","translationModel":"string","codingModel":"string"}}'

Authorizations

Authorization
string
header
required

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

Path Parameters

spaceId
string
required

Body

application/json
type
enum<string>
required
Available options:
AI
config
object
required
enable
boolean

Response

200

Successful response.