Skip to content

Instantly share code, notes, and snippets.

@nisargshah100
Created July 8, 2013 01:50
Show Gist options
  • Save nisargshah100/5945703 to your computer and use it in GitHub Desktop.
Save nisargshah100/5945703 to your computer and use it in GitHub Desktop.
{
files: [{
id: 131,
url: "http://www.iiswc.org/iiswc2013/sample.doc",
convert_to: "pdf",
created_at: "2013-07-05T22:19:33Z",
status: "processed",
download_url: "https://someurltodownloadat.com",
notifications: [{
id: 109,
details: null,
parsed_time: "2013-07-05T22:19:42Z",
status: "success",
time_taken: "8.414609",
file_id: 131
}]
},{
id: 132,
url: "http://www.iiswc.org/iiswc2013/sample.blah",
convert_to: "pdf",
created_at: "2013-07-05T22:19:33Z",
status: "failed",
download_url: "",
notifications: [{
id: 110,
details: "invalid file type: blah",
parsed_time: null,
status: "failed",
time_taken: null
file_id: 132
}]
}],
total_files: 2,
current_page: 1,
per_page: 20,
total_pages: 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment