Get an image direction
get_image_directionRetrieve an image direction's complete implementation export in Markdown or JSON for reading, briefing, or programmatic use. Read-only and pairs with the design kit.
Instructions
Retrieve one image direction's full implementation export, as Markdown for reading and briefing or JSON for programmatic use. This is what you follow when generating, sourcing, or art-directing imagery for the project, and it pairs with the design kit rather than replacing any of it. Read-only: it returns the text and writes nothing to disk. Free records are public; a Pro record returns 403 with an upgrade path unless the key is entitled, without leaking the payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Opaque id or slug of the record, from list_image_directions. Either addresses it directly. The id never changes; the slug is an editorial handle that can be renamed, and unlike a kit slug it has no alias fallback, so store the id for any reference you keep. | |
| format | No | Export representation: markdown (default) or json. |