Create record

Create a new record

POST
/bases/{baseId}/collections/{collectionId}/records
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Path Parameters

baseIdstring

Base ID

collectionIdstring

Collection ID

Record creation input

data?Record

Empty Object

Response Body

curl -X POST "https://eu1.api.bivariant.com/v1/bases/string/collections/string/records" \  -H "Content-Type: application/json" \  -d '{}'
{}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}