POSThttps://www.prayerletters.com/api/v1/files

Scope Required

files.write

Query Parameters

filename (required)
Example: myfile.pdf

Request Body

Include the contents of the file as the request body. The content type header will be ignored; we use the file extension to determine the file type.

Response

201 Created

Successful response

Response Body

files.file_uploaded.v1 Object

Example

{
   "filename" : "myfile.pdf",
   "id" : "f-###-####"
}