cURL
curl --request POST \ --url https://export-service-433968519479.us-central1.run.app/exports \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "job_id": "<string>", "export_type": "adapter", "destination": [ "gcs" ], "hf_token": "<string>", "hf_repo_id": "<string>" }'
{ "success": true, "message": "<string>", "export_id": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
adapter
merged
gguf
Show child attributes
Successful Response