{"files":{"SKILL.md":"---\nname: deep-art-effects\ndescription: \"Deep Art Effects API skill. Use when working with Deep Art Effects for noauth. Covers 3 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Deep Art Effects\nAPI version: 2017-02-10T16:24:46Z\n\n## Auth\nApiKey x-api-key in header | ApiKey Authorization in header\n\n## Base URL\nhttps://api.deeparteffects.com/v1\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /noauth/result -- verify access\n3. POST /noauth/upload -- create first upload\n\n## Endpoints\n3 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Noauth\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /noauth/result |  |\n| GET | /noauth/styles |  |\n| POST | /noauth/upload |  |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all result?\" -> GET /noauth/result\n- \"List all styles?\" -> GET /noauth/styles\n- \"Create a upload?\" -> POST /noauth/upload\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n- Error responses include status codes and descriptions in the spec\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Deep Art Effects\n@base https://api.deeparteffects.com/v1\n@version 2017-02-10T16:24:46Z\n@auth ApiKey x-api-key in header | ApiKey Authorization in header\n@endpoints 3\n@toc noauth(3)\n\n@endpoint GET /noauth/result\n@optional {submissionId: any}\n@returns(200) 200 response\n@errors {400: 400 response}\n\n@endpoint GET /noauth/styles\n@returns(200) 200 response\n\n@endpoint POST /noauth/upload\n@required {UploadRequest: map}\n@returns(200) 200 response\n@errors {400: 400 response}\n\n@end\n"}}