Generating reports programmatically #1346
-
|
I am working on an active-learning application that uses biigle for expert feedback. Is there a way to generate and download reports in Coco format programmatically? I would like to trigger a relearning step once annotations have been renewed. I can use api/v1/projects/:id/reports to trigger report generation and I can download the report once I have the report id but I can't figure out how to retrieve the report id. I am probably not the first one who is trying to do this but I haven't found any discussion or community contribution that would solve this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The API documentation is a bit incomplete here. If you send the API request for a new report with the |
Beta Was this translation helpful? Give feedback.
The API documentation is a bit incomplete here. If you send the API request for a new report with the
Accept: application/jsonheader, the response will be a JSON object that contains the new report ID.