We would like to integrate images into our API documentation on Apiary, as a way of documenting the underlying application architecture or to illustrate sample workflows/sequence diagrams. However, a search through Apiary documentation and the API Blueprint Specification don't seem to yield any results on how this can be done.
Is it possible to add images to API Blueprint? Or do these images have to be hosted externally and referenced by URL?
David - API Blueprint is based on Markdown syntax (as are many other places including GitHub comments). You can use the following syntax to insert an image into Markdown (and API Blueprint):
![name](/url)
These images indeed need to be hosted externally and referenced via URL.