Cats
Cat image and breed reference API for cat photos, breed details, user favourites, votes, and uploads.
Best for casual or playful apps that pull cat images by breed, vote on favorites, and let users curate a personal collection.
Sign in to connect Cats
Sign in to connect an account and start using Cats in your apps.
Example Use Cases
These are example ways Snow can use Cats when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Tool to save an image as a favourite to your account. Use when you want to mark a cat image as a favourite for later retrieval or filtering by user ID.
Tool to vote on a cat image. Send image_id and value (1 for upvote, 0 for downvote) to register your vote. Optionally include sub_id for user tracking.
Tool to delete a favourite from your account by its ID. Use when you need to remove a previously saved favourite image from your Cat API account.
Delete an uploaded image from your account by its ID. Use this when you need to remove an image you previously uploaded to The Cat API.
Tool to delete a vote from your account by its ID. Use when you need to remove a previously submitted vote for a cat image.
Tool to get detailed information about a specific cat breed by its ID. Use when you need comprehensive details about a particular breed including temperament, origin, characteristics, and URLs.
Retrieves a paginated list of cat breeds from The Cat API. Returns comprehensive breed information including name, description, temperament, origin, life span, and weight. Use this to browse available cat breeds or search for specific breed information.
Tool to retrieve a specific cat image by its unique ID. Returns full image details including URL, dimensions, and breed information if available. Use when you need to fetch a particular image's data or verify image existence.
Tool to retrieve a specific favourite by its unique ID. Returns full favourite details including user ID, image ID, creation timestamp, and associated image data. Use when you need to fetch a particular favourite's information or verify favourite existence.
Get machine learning analysis results for an uploaded image. Returns labels with confidence scores, bounding boxes for detected objects, and content moderation results from ML vendors. Note: GIF images are not supported for analysis.