JSFiddle - React, Tailwind, and code Playground

by Umair Rafiq

HTML

<h1>
Upload Files
</h1>
<form method="post" action="https://api-fillings.socialmarketanalytics.com/api/fillings" enctype="multipart/form-data">
<input type="hidden" name="api_key" value="7f312ea16da63b9407109bd0fe863cf77c298980"/>
<input type="hidden" name="items" value="file_upload"/>
<input type="hidden" name="ontology" value="fillings"/>
<input type="file" name="file"/>
<br/><br/>
<input type="text" name="document_id" value="123123123"/>
<br/><br/>
<input type="text" name="document_date" value="MAY-27-2016"/>
<br/><br/>
<input type="text" name="document_type" value="10-K"/>
<br/><br/>
<input type="text" name="company_name" value="Umair Test"/>
<br/><br/>
<input type="submit" name="Upload File"/>
<br/><br/>
</form>

<hr>
<h1>
Reprocessed Endpoint
</h1>
<form method="post" action="https://api-fillings.socialmarketanalytics.com/api/fillings" enctype="multipart/form-data">
<input type="hidden" name="api_key" value="7f312ea16da63b9407109bd0fe863cf77c298980"/>
<input type="hidden" name="items" value="reprocessed"/>
<input type="hidden" name="ontology" value="fillings"/>
<input type="submit" name="Upload File"/>
<br/><br/>
</form>




<hr>
<h1>
Get File Using Tracking Code
</h1>

<form method="post" action="https://api-fillings.socialmarketanalytics.com/api/fillings" enctype="multipart/form-data">
<input type="hidden" name="api_key" value="7f312ea16da63b9407109bd0fe863cf77c298980"/>
<input type="hidden" name="items" value="file_track"/>
<input type="hidden" name="ontology" value="fillings"/>
<input type="text" name="tracking_code" value="51F199AD72BA66979CD5564B0A4C7298"/>
<br/><br/>
<input type="text" name="document_id" value="123123123"/>
<br/><br/>
<input type="submit" name="Upload File"/>
<br/><br/>
</form>