English
duplicate a base
cURL
curl --request POST \ --url https://app.teable.io/api/base/duplicate \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"fromBaseId":"string","spaceId":"string","withRecords":true,"name":"string"}'
{ "id": "<string>", "name": "<string>", "spaceId": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns information about a successfully duplicated base.
The response is of type object.
object