{% extends 'base.html' %} {% block content %}

{{ request.url.path }} Endpoint

This endpoint is used to document and see what type of input the model expects. To download the data, submit the form or POST to this endpoint

Input data: {{ output_data | pprint }}

Download Input Format Data

{% include 'data_format_form.html' %}
{% endblock content %}