Anytype
communityLocal-first, end-to-end encrypted workspace for notes, tasks, and knowledge management with graph view.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
POST
http://localhost:31007/v1/spaces/{space_id}/searchSearch objects in a space
Parameters
limitresults (integeroptionalquerysearch keyword (stringrequiredtypesobject type IDs (string[]optionalReturns
data[] with id, name, type, snippet, space_id, created_date, last_modified_dateGET
http://localhost:31007/v1/spaces/{space_id}/objects/{object_id}Get object details
Parameters
space_idspace ID (stringrequiredobject_idobject ID (stringrequiredReturns
object with id, name, type, icon, description, blocks[], relations[]POST
http://localhost:31007/v1/spaces/{space_id}/objectsCreate a new object
Parameters
bodymarkdown content (stringoptionalnameobject name (stringrequiredtype_keyobject type (stringrequireddescriptiondescription (stringoptionalReturns
object with id, name, type, space_id