Pixa endpoints generally support two request styles:Documentation Index
Fetch the complete documentation index at: https://pixa.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
JSON with image_url
Use this when your image is already hosted (recommended for server-side pipelines).
Multipart with file upload
Use this when you want to upload the image bytes directly.Accept header: JSON vs image bytes
Some endpoints support:
Accept: application/json→ returns{ "result_url": "..." }Accept: image/*→ returns the binary image directly