Create object
POST/v1/spaces/:space_id/objects
Creates a new object in the specified space using a JSON payload. The creation process is subject to rate limiting. The payload must include key details such as the object name, icon, description, body content (which may support Markdown), source URL (required for bookmark objects), template identifier, and the type_key (which is the non-unique identifier of the type of object to create). Post-creation, additional operations (like setting featured properties or fetching bookmark metadata) may occur. The endpoint then returns the full object data, ready for further interactions.
Request
Responses
- 201
- 400
- 401
- 429
- 500
The created object
Bad request
Unauthorized
Rate limit exceeded
Internal server error