curl --request POST \ --url https://api.fireworks.ai/v1/accounts/{account_id}/snapshots \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "name": "<string>", "createTime": "2023-11-07T05:31:56Z", "state": "STATE_UNSPECIFIED", "status": { "code": "OK", "message": "<string>" }, "imageRef": "<string>", "updateTime": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The Account Id
The properties of the snapshot being created.
The body is of type object.
object
A successful response.
The response is of type object.
Was this page helpful?