documents
Create Document
POST
/
apps
/
{app_id}
/
users
/
{user_id}
/
collections
/
{collection_id}
/
documents
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
app_id
string
requireduser_id
string
requiredcollection_id
string
requiredBody
application/json
content
string
requiredmetadata
object | null
Response
200 - application/json
id
string
requiredcontent
string
requiredmetadata
object
requiredcreated_at
string
requiredcollection_id
string
required