Upload and moderate custom dog images via TheDogAPI's upload endpoints
domain: thedogapi.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Authenticate with an x-api-key header tied to an account with upload access
Submit an image asynchronously with POST /v1/images/upload using a multipart file or base64-encoded image, plus optional type, sub_id, height, and width fields
Poll GET /v1/images/{id}/status to track moderation status, which progresses through states like to_be_reviewed, clean, unsafe, and flagged
For time-sensitive submissions, use the synchronous endpoint at upload.thedogapi.com/v1/images/upload-sync, which waits up to 60 seconds for a result
Check GET /v1/accounts/quota to monitor remaining upload quota, and list an account's own uploads with GET /v1/images?sub_id=
Known gotchas
The synchronous upload endpoint lives on a different host, upload.thedogapi.com, than the rest of the API, api.thedogapi.com
Uploaded images go through automated moderation and may be flagged as unsafe; do not assume immediate public visibility after upload
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?