Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.xem.email/api/v1/api/v1/files/upload \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{}
Upload a file to the server
Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345".
Bearer:
File to upload
File uploaded successfully
The response is of type object.
object
Was this page helpful?