cURL
curl --request GET \ --url https://api.shovels.ai/v2/list/tags \ --header 'X-API-Key: <api-key>'
{ "items": [ { "id": "new_dwelling", "description": "New Dwelling" }, { "id": "new_adu", "description": "New Apartment Unit" }, { "id": "accessory_structure", "description": "Accessory Structure" }, { "id": "pool_spa", "description": "Pool or Spa" }, { "id": "room_addition", "description": "Room Addition" }, { "id": "kitchen_remodel", "description": "Kitchen Remodel" }, { "id": "bath_remodel", "description": "Bath Remodel" }, { "id": "solar", "description": "Solar Panels" }, { "id": "reroof", "description": "Reroofing" }, { "id": "utilities", "description": "Utility" }, { "id": "window_door", "description": "Window or Door Repair" } ], "size": 50, "next_cursor": "example_cursor" }
Returns all available permit tags.
Cursor for pagination
1 <= x <= 100
A list of available permit tags
Paginated response for tags.
The list of items returned in the response following given criteria.
Show child attributes
The number of items returned in the response.
The cursor for retrieving the next page of results.
Was this page helpful?