Loading
Loading
Upload a PDF file as binary data to the APIFreaks PDF processing workspace. Returns a resource ID for use in subsequent PDF operations.
Upload a PDF file by sending the raw binary data in the request body. This method is useful for programmatic uploads where you already have the file content as a byte stream.
Pass your API key as the apiKey parameter in every request.
This is version v1.0 of the API.
The following parameter is required.
file_namerequiredStringName for your uploaded PDF file. Must end with .pdf extension (e.g., "document.pdf"). This is how the file will be stored on the server.
A successful request returns a 200 OK response with the uploaded file metadata.
fileIdUnique file ID for the uploaded PDF file. Use this ID to reference the file in subsequent API calls.
fileNameName of the uploaded PDF file.
The API uses standard HTTP status codes to indicate the success or failure of requests. For common status codes like 429 (Too Many Requests), refer to the general API documentation.
The provided file type is not supported. Refer to the documentation for valid file types.