I want to build a small bookmarklet which can take the selected text and send in to stackoverflow to create a new post containing the selected text.
Also get a unique id or something that helps to point back to question easily.
I am a new api user so not sure whether this is possible with existing API or not ?
EDIT: This created new Post is just sort of template, User can edit it, can add tags title etc before submit it to stackoverflow.
A good example will be select some code on JSFiddle and click the bookmarklet. Then the booklmarklet create a new post with the code already included in the post and also the link to fiddle. The user can edit the unfilled details like tag etc and submit question. This just smooth the post creation flow.