Last updated 11 months ago
Was this helpful?
Validates that all bytes of the file have been uploaded, and that the content type is supported by Nightfall.
a file ID returned from a previous file creation request
curl -L \ --request POST \ --url 'https://api.nightfall.ai/v3/upload/{fileId}/finish' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "id": "123e4567-e89b-12d3-a456-426614174000", "fileSizeBytes": 1, "chunkSize": 1, "mimeType": "text" }