Upload a dataset to Realia
upload_datasetUpload a CSV, TSV, or JSON file to Realia for public access. Schema and sample row are inferred automatically, making your dataset searchable by others.
Instructions
Publish a CSV, TSV, or JSON dataset to Realia under the account this token belongs to. Pass the file's text directly as content. Realia infers the schema and a sample row, and the dataset becomes publicly searchable. Up to 8 MB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Human title, e.g. 'Rooftop solar output'. | |
| content | Yes | The full file contents as text. | |
| file_name | Yes | File name ending in .csv, .tsv, .txt, or .json. | |
| mime_type | No | Content type, e.g. text/csv or application/json. | text/csv |
| description | Yes | What the data is and where it came from. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes |