How to insert bytes or BLOB with AQL?

Is it possible to insert bytes or BLOB data from aql? E.g., by using the insert into statement from aql? Which kind of notation is required to indicate bytes/BLOBs.

Currently there is no mechanism to insert BLOB from aql.

Thanks.