cURL
curl --request POST \ --url https://api.example.com/api/core/files/parse \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'file=<string>'
{ "file_contents": "<string>", "filename": "<string>", "file_type": "<string>", "content_length": 123 }
Parse file content and extract text
Documentation IndexFetch the complete documentation index at: https://docs.genow.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.genow.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication. Format: 'Bearer '
Successful Response
Response schema for file parsing results.
Was this page helpful?