You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to inception-users
Hi everyone, I'd like to know if INCEpTION has complete API documentation? I need to create my own API that collects some data from an INCEpTION using data already displayed in the web version, but that would automatically compile this data into a spreadsheet.
Richard Eckart de Castilho
unread,
May 9, 2026, 4:25:52 PM (7 days ago) May 9
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to incepti...@googlegroups.com
Hi Pedro,
> On 9. May 2026, at 00:37, Pedro Henrique <pedrob...@gmail.com> wrote:
>
> Hi everyone, I'd like to know if INCEpTION has complete API documentation? I need to create my own API that collects some data from an INCEpTION using data already displayed in the web version, but that would automatically compile this data into a spreadsheet.
You can get inspiration from either of these projects - both use the project export API to access the project data and extract information:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to inception-users
I need to obtain data related to annotators and the progress of document annotations, such as: - Anotator(s) - Document_id - Status - Opened_at - Updated_at
Richard Eckart de Castilho
unread,
7:50 AM (2 hours ago) 7:50 AM
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to inception-users
Hi,
> On 11. May 2026, at 13:47, Pedro Henrique <pedrob...@gmail.com> wrote:
>
> I need to obtain data related to annotators and the progress of document annotations, such as:
> - Anotator(s)
> - Document_id
> - Status
> - Opened_at
> - Updated_at
Such information is contained in the full project export which can be obtained via the
remote API project export endpoint. That's what inceptalytics and the dashboard also use.