Create Art Direction
author_art_directionQueue the conversation for asynchronous ArtDirection authoring using Uwear's prompt system. Use save=true when the user wants to create, build, or save a reusable ArtDirection. Use save=false when the user explicitly wants an unsaved draft or brainstorming pass. This returns a job ID; call get_art_direction_authoring_job until status is done or failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional requested ArtDirection name | |
| save | No | Set true when the user wants to create, build, or save a reusable ArtDirection. Set false when the user explicitly wants an unsaved draft or brainstorming pass. | |
| sources | No | Supported authoring sources such as text, public URLs, image URLs, uploaded files, or durable reference image attachments | |
| user_text | No | Conversation text to compile into ArtDirection markdown | |
| image_urls | No | Draft-only reference image URLs to analyze into the ArtDirection. For saved ArtDirections, first save/select assets and pass reference_image_attachments. | |
| reference_image_attachments | No | Persistent authoring references as asset IDs. Use for save=true so the user can iterate the ArtDirection later. These are not generation-time references. |