Returns the contents of one or more files in an artifact. Files that don’t exist in the artifact are simply omitted from the response.
This endpoint uses POST (with a request body) rather than GET (with a
query string) so file names containing /, commas, or other special
characters don’t need URL encoding.
Documentation Index
Fetch the complete documentation index at: https://magicpatterns.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Magic Patterns API key. The same key authenticates v3 REST and the MCP server. Create one at https://www.magicpatterns.com/settings/api-keys.
The design's editor ID.
"abc123"
The artifact ID.
The file names to read.
["App.tsx", "index.css"]Requested files.