API Reference
cURL
curl --location --request GET https://api.writer.com/v1/files/{file_id} \ --header "Authorization: Bearer <token>"
{ "id": "7c36a365-392f-43ba-840d-8f3103b42572", "created_at": "2024-07-10T13:34:28.301201Z", "name": "example.pdf", "graph_ids": [ "704ffd94-de04-4de2-9f8b-f9fc04831edd" ], "status": "completed" }
Bearer authentication header of the form Bearer <token>, where <token> is your Writer API key.
Bearer <token>
<token>
The unique identifier of the file.
The response is of type object.
object
Was this page helpful?