Cats icon

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.

Create Favourite

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.

Create Vote

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.

Delete Favourite

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 Image

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.

Delete Vote

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.

Get Cat Breed by ID

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.

Get Cat Breeds

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.

Get Cat Image by ID

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.

Get Favourite by ID

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 Image Analysis

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.