{"files":{"SKILL.md":"---\nname: regression-analysis-api\ndescription: \"Regression analysis API skill. Use when working with Regression analysis for regression. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Regression analysis api\nAPI version: 1.0\n\n## Auth\nDetected auth parameter: `key` (found in parameter)\n\n## Base URL\nhttps://services.scideas.net\n\n## Setup\n1. Set the `key` parameter for authentication\n2. Verify API access with a test request\n3. POST /regression/api -- create first api\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Regression\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /regression/api | Returns regression analysis. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a api?\" -> POST /regression/api\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\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 Regression analysis api\n@base https://services.scideas.net\n@version 1.0\n@endpoints 1\n@toc regression(1)\n\n@endpoint POST /regression/api\n@desc Returns regression analysis.\n@required {key: str # api key, outcome_variable: str # name of the desired outcome variable, data: [map]}\n@optional {ignore_variables: [map], convert_date_to: str # convert dates to either month (1-12) or week (1-52)}\n@returns(200) A JSON array of data\n\n@end\n"}}