# Generate an Illustration **POST /api/v1/illustration/{illustration_uuid}/generate** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters #### Headers - **X-PLANNR-ACCOUNT-UUID** (string) #### Path parameters - **illustration_uuid** (string) - **uuid** (string) The uuid of the illustration which to generate. ## Responses ### 200: #### Body Parameters: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **generated_at** (string) The timestamp of when the illustration was generated with the platform. - **status** (string) The status of the illustration. Available values: created, generating_illustration and generated_illustration - **client** (object) The lead account that the illustration belongs to. - **accounts** (array[object]) The list of accounts that the illustration belongs to. This will include the lead account. - **application** (object) If the illustration is linked to an application, this will be the application resource. - **plan** (object) The plan that the illustration belongs to. - **requested_by** (object) The account (adviser) that requested the illustration. - **name** (string) The name of the illustration. - **request_data** (array) The request data used to generate the illustration. - **platform** (string) The platform used to generate the illustration. - **platform_illustration_id** (string) The platform specific illustration id. - **account_opening_allowed** (boolean) Whether the account opening is allowed for the illustration. - **is_draft** (boolean) Whether the illustration is in the created/draft state. [Powered by Bump.sh](https://bump.sh)