Export Project
Export projects so that you can train your own ML models
Export Project Files
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
headers: {
'Content-Type': 'application/zip',
'Content-Disposition': `attachment; filename=New Ner Project.zip`
}
content: <byte-stream>
}Last updated
Was this helpful?