{"files":{"SKILL.md":"---\nname: facial-recognition-reverse-image-face-search-api\ndescription: \"Facial Recognition Reverse Image Face Search API skill. Use when working with Facial Recognition Reverse Image Face Search for api. Covers 4 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Facial Recognition Reverse Image Face Search API\nAPI version: v1.02\n\n## Auth\nApiKey Authorization in header\n\n## Base URL\nNot specified.\n\n## Setup\n1. Set your API key in the appropriate header\n3. POST /api/upload_pic -- create first upload_pic\n\n## Endpoints\n\n4 endpoints across 1 groups. See references/api-spec.lap for full details.\n\n### api\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /api/upload_pic |  |\n| POST | /api/delete_pic | Remove an image from a search request |\n| POST | /api/info | Returns remaining search credits, search engine online status, and number of indexed faces |\n| POST | /api/search |  |\n\n## Common Questions\n\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a upload_pic?\" -> POST /api/upload_pic\n- \"Create a delete_pic?\" -> POST /api/delete_pic\n- \"Create a info?\" -> POST /api/info\n- \"Create a search?\" -> POST /api/search\n- \"How to authenticate?\" -> See Auth section\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints typically return the created/updated object\n\n## CLI\n\n```bash\n# Update this spec to the latest version\nnpx @lap-platform/lapsh get facial-recognition-reverse-image-face-search-api -o references/api-spec.lap\n\n# Search for related APIs\nnpx @lap-platform/lapsh search facial-recognition-reverse-image-face-search-api\n```\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 Facial Recognition Reverse Image Face Search API\n@version v1.02\n@auth ApiKey Authorization in header\n@endpoints 4\n@toc api(4)\n\n@endpoint POST /api/upload_pic\n@returns(200) {id_search: str?, message: str?, progress: int(int32)?, error: str?, code: str?, output: map{items: [map]?, tookSeconds: num(double)?, tookSecondsDownload: num(double)?, tookSecondsQueue: num(double)?, searchedFaces: int(int64)?, freeRam: num(double)?, demo: bool?, face_per_sec: int(int32)?, performance: str?, max_score: int(int32), images_in_bundle: int(int32), scaned_till_index: int(int64), type: int(int32), hasItems: bool}, input: [map]?, facemon_status: str?, facemon_last_scann: int(int64)?, was_updated: bool, hasEmptyImages: bool, new_seen_count: int(int32)} # OK\n\n@endpoint POST /api/delete_pic\n@desc Remove an image from a search request\n@optional {id_search: str, id_pic: str}\n@returns(200) {id_search: str?, message: str?, progress: int(int32)?, error: str?, code: str?, output: map{items: [map]?, tookSeconds: num(double)?, tookSecondsDownload: num(double)?, tookSecondsQueue: num(double)?, searchedFaces: int(int64)?, freeRam: num(double)?, demo: bool?, face_per_sec: int(int32)?, performance: str?, max_score: int(int32), images_in_bundle: int(int32), scaned_till_index: int(int64), type: int(int32), hasItems: bool}, input: [map]?, facemon_status: str?, facemon_last_scann: int(int64)?, was_updated: bool, hasEmptyImages: bool, new_seen_count: int(int32)} # OK\n\n@endpoint POST /api/info\n@desc Returns remaining search credits, search engine online status, and number of indexed faces\n@returns(200) {faces: int(int64)?, is_online: bool, remaining_credits: int(int32), has_credits_to_search: bool} # OK\n\n@endpoint POST /api/search\n@optional {id_search: str, with_progress: bool # true = return imediately with a progress. False waits until search is finished., id_captcha: str # captcha is not used, status_only: bool # true = don't submit a new search, demo: bool # true = searches only the first 100,000 faces, good for testing/debugging, shady_only: bool}\n@returns(200) {id_search: str?, message: str?, progress: int(int32)?, error: str?, code: str?, output: map{items: [map]?, tookSeconds: num(double)?, tookSecondsDownload: num(double)?, tookSecondsQueue: num(double)?, searchedFaces: int(int64)?, freeRam: num(double)?, demo: bool?, face_per_sec: int(int32)?, performance: str?, max_score: int(int32), images_in_bundle: int(int32), scaned_till_index: int(int64), type: int(int32), hasItems: bool}, input: [map]?, facemon_status: str?, facemon_last_scann: int(int64)?, was_updated: bool, hasEmptyImages: bool, new_seen_count: int(int32)} # OK\n\n@end\n"}}