APOC export to web API

In the same way apoc imports from a URL is there a way of exporting a json to a URL

CALL apoc.load.json('http://example.com/map.json', [path], [config]) YIELD value as person CREATE (p:Person) SET p = person

apoc.export.json.query(query,file,config)

but file is a URL