Another option: depending on how much metadata you need to include, you can see if a combination of standard and custom HTTP headers might let you return just image plus headers.
--
You received this message because you are subscribed to the Google Groups "API Craft" group.
To unsubscribe from this group and stop receiving emails from it, send an email to api-craft+...@googlegroups.com.
Visit this group at http://groups.google.com/group/api-craft.
For more options, visit https://groups.google.com/d/optout.
The link inside the json response doesn't have to point to a static image. The image can be generated on the fly as you were going to do anyway.
Hi Michael,
--