action frankiefinancial_create_entity { label: "Create New Entity." description: "Create an entity object. An entity object can be used to simply store data around a given identity. You can attach ID documents, scans, PDFs, photos, videos, etc to the entity if you wish and these may be processed later (using the /scan function) to extract useful information. Or you can manually supply the information if you choose.\n\nEntity objects can be used to run a check, using the data held in the records.\n" provider: frankiefinancial method: POST path: "/entity" encoding: json output: { type: "object" additionalProperties: true } }