{"files":{"SKILL.md":"---\nname: flight-check-in-links\ndescription: \"Flight Check-in Links API skill. Use when working with Flight Check-in Links for reference-data. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Flight Check-in Links\nAPI version: 2.1.3\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttps://test.api.amadeus.com/v2\n\n## Setup\n1. No auth setup needed\n2. GET /reference-data/urls/checkin-links -- lists check-in urls.\n3. Explore available endpoints below\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Reference-data\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /reference-data/urls/checkin-links | Lists Check-in URLs. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all checkin-links?\" -> GET /reference-data/urls/checkin-links\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\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 Flight Check-in Links\n@base https://test.api.amadeus.com/v2\n@version 2.1.3\n@endpoints 1\n@toc reference-data(1)\n\n@endpoint GET /reference-data/urls/checkin-links\n@desc Lists Check-in URLs.\n@required {airlineCode: any # Airline code following IATA or ICAO standard - e.g. 1X; AF or ESY  [IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx)  [ICAO airlines table codes](https://en.wikipedia.org/wiki/List_of_airline_codes)}\n@optional {language: any # Check-in page language with one of the following patterns 'languageCode' (e.g. EN) or 'languageCode-IATAcountryCode' (e.g. en-GB).   Default value is **en-GB** (used when required language is not available or when no value is specified).}\n@returns(200) Successful Operation\n@errors {400: code    | title                                  ------- | -------------------------------------  477     | INVALID FORMAT 572     | INVALID OPTION 32171     | MANDATORY DATA MISSING}\n\n@end\n"}}