Interactive API

Agent Media Tools API Reference

Explore the REST API for image, PDF, audio, web, data, and agent workflow tools. Review request schemas and responses, then try supported endpoints from the interactive documentation.

Make a real request first

This no-auth call proves connectivity. For Bearer endpoints, create a free key and add Authorization: Bearer $AMT_API_KEY.

curl https://agentmediatools.com/api/uuid

# example response
{"uuid":"550e8400-e29b-41d4-a716-446655440000"}

Before production

  • Check the Free/Bearer badge and credit cost.
  • Review route-specific upload and rate limits.
  • Use bounded backoff for 429, 5xx, and network failures.
  • Retain job IDs; do not blindly retry mutations.
  • Use polling or signed webhooks for async completion.

Loading API reference...

If it doesn't load, use the complete static text docs or OpenAPI JSON.