Creates a temporary file.
Creates a new file that can be used in other parts of this API.
This operation returns a put_url
property to which you should upload the file via a PUT request.
After uploading a file, you can reference it in other parts of the API by using its full URL in the URL field. For instance, if the file ID is fil_xxxx1
, you can use like this in the creation of a document object:
This URL is provided in the Location
header of the response.
Returns a 201 Created
status code along with the following attributes:
The unique identifier of the file.
The URL to which you should PUT a file to upload it.
Time at which the file will expire in format.
Creates a temporary file.
Creates a new file that can be used in other parts of this API.
This operation returns a put_url
property to which you should upload the file via a PUT request.
After uploading a file, you can reference it in other parts of the API by using its full URL in the URL field. For instance, if the file ID is fil_xxxx1
, you can use like this in the creation of a document object:
This URL is provided in the Location
header of the response.
Returns a 201 Created
status code along with the following attributes:
The unique identifier of the file.
The URL to which you should PUT a file to upload it.
Time at which the file will expire in format.