action aiception_post_face { label: "Find all faces in the image [ image_url -> id ]" description: "Get a list of all the locations of the faces in the image." provider: aiception method: POST path: "/face" encoding: json output: { type: "object" additionalProperties: true } }