{"message":"Job Filter Agent API","description":"Extracts structured filter criteria from job search queries using the API filter structure format","endpoints":{"extract-filters":"POST /extract-filters","filter-config":"GET /filter-config","health":"GET /health"},"example_request":{"query":"Find senior Python developers at Google in California with 5+ years experience"},"example_curl":"curl -X POST -H \"Content-Type: application/json\" -H \"Authorization: Bearer 31|ixVA9fMKMWSSoZsntKEkFJh1iBcmcuO5C4GlMdTJ840ed926\" -d '{\"query\": \"Find senior Python developers at Google in California with 5+ years experience\"}' http://localhost:8000/extract-filters","example_response":{"success":true,"data":[{"group_id":1,"group_name":"Company","group_description":"Company","filters":[{"id":"company_name_company","name":"Company Name","type":"string","input_type":"multi_select","is_searchable":true,"allows_exclusion":true,"supports_value_lookup":false,"filter_type":"company","value":"Google"}]}]}}