# Full Metadata Scan curl -X POST http://localhost:9998/graphql \ -H "Content-Type: application/json" \ -d '{"query": "mutation { metadataScan(input: {}) }"}' curl -X POST http://localhost:9999/graphql \ -H "Content-Type: application/json" \ -d '{"query": "mutation { scanMetadata(input: { generateCovers: true generatePreviews: true generateSprites: true generatePhashes: true }) }"}'